mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-26 12:57:06 +08:00
Fix comment issues (E26x).
This commit is contained in:
@@ -17,7 +17,6 @@ class X:
|
||||
pass
|
||||
|
||||
|
||||
#!python
|
||||
# -*- coding: utf-8 -*-
|
||||
def a():
|
||||
pass
|
||||
@@ -106,7 +105,7 @@ def function():
|
||||
|
||||
|
||||
#: E303+3
|
||||
#!python
|
||||
# something
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user