Skip to content

Commit eb16048

Browse files
authored
Clean up pylint disable comments in startup.py
Removed pylint disable comments for better code quality.
1 parent bb6b262 commit eb16048

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extensions/pyRevitDevTools.extension/startup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
All errors will be printed to the dedicated output window similar to the way
1313
errors are printed from pyRevit commands.
1414
"""
15-
#pylint: disable=import-error,invalid-name,broad-except,superfluous-parens
16-
#pylint: disable=unused-import,wrong-import-position,unused-argument
17-
#pylint: disable=missing-docstring
15+
1816
import sys
1917
import time
2018
import os.path as op

0 commit comments

Comments
 (0)