summaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-03-19 12:24:34 +0100
committerLaurent Peuch <cortex@worlddomination.be>2020-03-19 12:24:34 +0100
commit0509e03d3f295862ca15986c004ae6c48917b15f (patch)
treef7b45e84ba72e3347faa6c456cf1014f34f63e8e /test/data
parenta4237c8c1a66364ef5ff522b62c3089b3a6b5724 (diff)
downloadlogilab-common-0509e03d3f295862ca15986c004ae6c48917b15f.tar.gz
Please the flake8 god
Diffstat (limited to 'test/data')
-rw-r--r--test/data/module.py1
-rw-r--r--test/data/noendingnewline.py3
2 files changed, 0 insertions, 4 deletions
diff --git a/test/data/module.py b/test/data/module.py
index 3b83811..75904eb 100644
--- a/test/data/module.py
+++ b/test/data/module.py
@@ -5,7 +5,6 @@ from __future__ import print_function
from logilab.common import modutils, Execute as spawn
from logilab.common.astutils import *
-import os.path
MY_DICT = {}
diff --git a/test/data/noendingnewline.py b/test/data/noendingnewline.py
index f309715..d4310b5 100644
--- a/test/data/noendingnewline.py
+++ b/test/data/noendingnewline.py
@@ -16,15 +16,12 @@ class TestCase(unittest.TestCase):
def xxx(self):
if False:
- pass
print("a")
if False:
pass
- pass
if False:
- pass
print("rara")