Blank newline added to match source file

This commit is contained in:
Vakaris 2018-08-29 17:19:51 +03:00
parent 304f5bd643
commit 477836e1c9
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class MSSQLFinger(HostFinger):
Discovered server information written to the Host info struct. Discovered server information written to the Host info struct.
True if success, False otherwise. True if success, False otherwise.
""" """
assert isinstance(host, VictimHost) assert isinstance(host, VictimHost)
# Create a UDP socket and sets a timeout # Create a UDP socket and sets a timeout