Skip to content

Commit

Permalink
remove: unneeded import dotenv test file
Browse files Browse the repository at this point in the history
  • Loading branch information
adnene-guessoum committed Dec 22, 2024
1 parent 39c117a commit cf97f7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_panopticron.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"""test file for panopticron.py script"""
from dotenv import load_dotenv
from script import panopticron

load_dotenv()


class MockEmptyResponse:
def json(self):
Expand Down

0 comments on commit cf97f7b

Please sign in to comment.