From 339d30776af385c17b09d3a75d552d0cd02634f1 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 6 Jul 2017 00:17:16 +0200 Subject: [PATCH] Some test modifications to get more passing. --- test/normalizer_issue_files/E30not.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/normalizer_issue_files/E30not.py b/test/normalizer_issue_files/E30not.py index 907e48b..c0c005c 100644 --- a/test/normalizer_issue_files/E30not.py +++ b/test/normalizer_issue_files/E30not.py @@ -3,12 +3,17 @@ class X: pass # Okay + def foo(): pass + + # Okay # -*- coding: utf-8 -*- class X: pass + + # Okay # -*- coding: utf-8 -*- def foo(): @@ -162,6 +167,8 @@ defined_properly = True # Okay defaults = {} defaults.update({}) + + # Okay def foo(x): classification = x