Skip to content

Commit

Permalink
Remove unused imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rschroll committed Mar 23, 2024
1 parent 6fc4d1c commit 03a754d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/tests/integration/test_generic_db_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import pytest
import warnings
from sql.error_handler import CTE_MSG
from unittest.mock import ANY, Mock
from IPython.core.error import UsageError

import math
Expand Down
1 change: 0 additions & 1 deletion src/tests/test_inspect.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path
from unittest.mock import Mock

from inspect import getsource
import pytest
from functools import partial

Expand Down

0 comments on commit 03a754d

Please sign in to comment.