Skip to content

Commit 903f4f5

Browse files
committed
Remove obsolute self variable and its associated comment
1 parent 0401c49 commit 903f4f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

djhtml/options.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
type=lambda x: tuple(x.split(",")),
6767
)
6868

69-
# Parse arguments and assign attributes to self
70-
self = sys.modules[__name__]
7169
options = parser.parse_args()
7270

7371
if options.show_version:

0 commit comments

Comments
 (0)