Skip to content

Commit

Permalink
tabcheck.py: fix multiple-imports
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
  • Loading branch information
FuzzyGophers authored and zmedico committed Aug 6, 2020
1 parent 766683c commit 62d22b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tabcheck.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/python -b

import tabnanny,sys
import sys
import tabnanny

for x in sys.argv:
tabnanny.check(x)

0 comments on commit 62d22b0

Please sign in to comment.