flake8 fixes.

This commit is contained in:
NotoriousRebel
2020-02-13 17:32:17 -05:00
parent c1e9e0c9c1
commit 7f8aea33ad
4 changed files with 15 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
from theHarvester.discovery import githubcode
from theHarvester.discovery.githubcode import RetryResult, ErrorResult, SuccessResult
from theHarvester.discovery.constants import MissingKey
from theHarvester.lib.core import Core
from unittest.mock import MagicMock