Skip to content

Commit 6cda012

Browse files
committed
remove unused import
1 parent 834578e commit 6cda012

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deep_code/tests/utils/test_github_automation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# tests/test_github_automation.py
21
import logging
32
import unittest
43
from pathlib import Path
5-
from unittest.mock import ANY, MagicMock, call, patch
4+
from unittest.mock import MagicMock, call, patch
65

76
from deep_code.utils.github_automation import GitHubAutomation
87

0 commit comments

Comments
 (0)