Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
comment out incorrect imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Arieski committed Feb 25, 2021
1 parent 44066a2 commit b826ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unittest/test_db.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from .. import app
# from .. import app


class DatabaseTestCase(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion unittest/test_server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from .. import app
# from .. import app


class ServerTestCase(unittest.TestCase):
Expand Down

0 comments on commit b826ed2

Please sign in to comment.