mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 22:25:53 +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