Skip to content

Commit af3d76b

Browse files
authored
nitpicking
1 parent c6e0dad commit af3d76b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyrevitlib/pyrevit/output/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@
3434
from pyrevit.userconfig import user_config
3535
from pyrevit import DB
3636

37-
38-
#pylint: disable=W0703,C0302,C0103
3937
mlogger = logger.get_logger(__name__)
4038

41-
4239
DEFAULT_STYLESHEET_NAME = 'outputstyles.css'
4340

4441

45-
def docclosing_eventhandler(sender, args): #pylint: disable=W0613
42+
def docclosing_eventhandler(sender, args):
4643
"""Close all output window on document closing."""
4744
ScriptConsoleManager.CloseActiveOutputWindows()
4845

0 commit comments

Comments
 (0)