From 2ca6b9edda84b30d8b0c55d9ae5e25a478b18dc7 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 1 Mar 2019 14:25:46 -0500 Subject: [PATCH] -_- --- blinkpy/helpers/util.py | 2 -- tests/mock_responses.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/blinkpy/helpers/util.py b/blinkpy/helpers/util.py index aabcbdb..e2e44a4 100644 --- a/blinkpy/helpers/util.py +++ b/blinkpy/helpers/util.py @@ -107,8 +107,6 @@ class BlinkException(Exception): class BlinkAuthenticationException(BlinkException): """Class to throw authentication exception.""" - pass - class BlinkURLHandler(): """Class that handles Blink URLS.""" diff --git a/tests/mock_responses.py b/tests/mock_responses.py index fe00fea..90ae81c 100644 --- a/tests/mock_responses.py +++ b/tests/mock_responses.py @@ -67,5 +67,3 @@ def mocked_session_send(*args, **kwargs): class MockURLHandler(BlinkURLHandler): """Mocks URL Handler in blinkpy module.""" - - pass