Skip to content

Commit

Permalink
Latest fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
PSzczepanski1996 committed Jan 22, 2024
1 parent 8ab5285 commit c509f51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tpay_module/tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Test APIs file."""
import inspect
# Standard Library
import inspect
import random
from datetime import datetime
from unittest.mock import Mock
Expand Down Expand Up @@ -35,8 +35,6 @@ class NopeStringObject(object):
"""Nope string object."""

def __str__(self): # noqa: D102
if inspect.isclass(self):
return ''
raise NotImplementedError('You shall not pass!')

self.nope_string_class = NopeStringObject
Expand Down

0 comments on commit c509f51

Please sign in to comment.