Unnecessary `pass` statement

This commit is contained in:
Dimitri Papadopoulos 2021-11-15 15:08:35 +01:00
parent 3ce7153e91
commit 8d3fb09be5
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class TestCommand(Command):
def initialize_options(self):
self.args = ""
pass
def finalize_options(self):
pass