mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-23 22:13:02 +08:00
lint fix
This commit is contained in:
parent
ac64e88e8d
commit
76ce3b3c6f
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ async def test_search(self) -> None:
|
|||
await search.process()
|
||||
assert isinstance(await search.get_hostnames(), set)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pytest.main()
|
||||
|
|
Loading…
Reference in a new issue