Skip to content

Commit d3f8c10

Browse files
[FIX] Fixed wrong imports in tests
Signed-off-by: Sebastian Waldbauer <[email protected]>
1 parent e15f730 commit d3f8c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intelmq/tests/bots/parsers/shadowserver/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
import unittest
9-
from intelmq.bots.parsers.shadowserver.config import validate_to_none, convert_bool
9+
from intelmq.bots.parsers.shadowserver._config import validate_to_none, convert_bool
1010

1111

1212
class TestShadowserverHelpers(unittest.TestCase):

0 commit comments

Comments
 (0)