Permalink
Browse files

Fix lint errors (and thus the Travis build).

  • Loading branch information...
Andy Chu
Andy Chu committed Jun 24, 2018
1 parent 5441874 commit e37147955957198f23835d53881510abab8ffa44
Showing with 3 additions and 4 deletions.
  1. +2 −2 core/glob_.py
  2. +0 −1 core/glob_test.py
  3. +1 −1 core/word_compile_test.py
View
@@ -260,8 +260,8 @@ def GlobToERE(pat):
return None, warnings
if 0:
import sys
from asdl import format as fmt
#import sys
#from asdl import format as fmt
print('---')
for p in parts:
print(p)
View
@@ -7,7 +7,6 @@
import re
import unittest
from asdl import py_meta
from core import glob_
from osh import match
@@ -5,7 +5,7 @@
import unittest
from core import word_compile # module under test
#from core import word_compile # module under test
class WordCompileTest(unittest.TestCase):

0 comments on commit e371479

Please sign in to comment.