Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Sep 18, 2024
1 parent 02806e6 commit 735c0bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
from IPython.core.error import UsageError

import math
Expand Down
2 changes: 1 addition & 1 deletion src/tests/test_inspect.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 735c0bd

Please sign in to comment.