summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index b81692dd..8d6ff1f7 100644
--- a/igor.py
+++ b/igor.py
@@ -221,7 +221,7 @@ def do_check_eol():
'*.egg-info',
'_build',
]
- checked = set([])
+ checked = set()
def check_file(fname, crlf=True, trail_white=True):
"""Check a single file for whitespace abuse."""