Skip to content

Commit

Permalink
Fixed E303 too many blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jul 18, 2022
1 parent 7d3fdd6 commit 5ecbdea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion coercer/protocols/MS_DFSNM.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def NetrDfsAddStdRoot(self, listener, max_retries=3):
if self.verbose:
print(" [!] Error: dce is None, you must call connect() first.")


@classmethod
def list_coerce_methods(cls):
return [
Expand Down
1 change: 0 additions & 1 deletion coercer/protocols/MS_RPRN.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def gen_random_name(length=8):
return name



class MS_RPRN(RPCProtocol):
name = "[MS-RPRN]: Print System Remote Protocol"
shortname = "MS-RPRN"
Expand Down

0 comments on commit 5ecbdea

Please sign in to comment.