Skip to content

Commit

Permalink
Make http_client property not required
Browse files Browse the repository at this point in the history
  • Loading branch information
prostomarkeloff committed Apr 8, 2020
1 parent 23e7892 commit 411a667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vkwave/client/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

class AbstractAPIClient(ABC):
@property
@abstractmethod
def http_client(self) -> AbstractHTTPClient:
...
raise NotImplementedError("This client probably doesn't implement 'http_client' property.")

@abstractmethod
def set_context_factory(self, factory: AbstractFactory) -> None:
Expand Down

0 comments on commit 411a667

Please sign in to comment.