Skip to content

Commit 95d5d6a

Browse files
committed
Remove unused variable assignment.
1 parent 12db949 commit 95d5d6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class ConfigurationError(RoundupException):
3939

4040
class ParsingOptionError(ConfigurationError):
4141
def __str__(self):
42-
_args = self.args
4342
return self.args[0]
4443

4544

0 commit comments

Comments
 (0)