Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jul 15, 2024
1 parent e0397ea commit c8aba51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions django_walletpass/tests/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from django_walletpass.settings import dwpconfig as WALLETPASS_CONF




class AdminTestCase(TestCase):
def test_wallet_pass(self):
admin_view = PassAdmin(Pass, admin.site)
Expand Down Expand Up @@ -230,4 +228,3 @@ def test_create_log(self):
expected_utc_timestamp = expected_timestamp.astimezone(timezone.utc)

self.assertEqual(created_log.created_at, expected_utc_timestamp)

0 comments on commit c8aba51

Please sign in to comment.