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