Skip to content

Commit

Permalink
[FIX] Fixed wrong imports in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Waldbauer <[email protected]>
  • Loading branch information
waldbauer-certat committed Mar 15, 2021
1 parent e15f730 commit d3f8c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq/tests/bots/parsers/shadowserver/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

import unittest
from intelmq.bots.parsers.shadowserver.config import validate_to_none, convert_bool
from intelmq.bots.parsers.shadowserver._config import validate_to_none, convert_bool


class TestShadowserverHelpers(unittest.TestCase):
Expand Down

0 comments on commit d3f8c10

Please sign in to comment.