mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-24 18:51:03 +08:00
Add some newlines to avoid issues in other files.
This commit is contained in:
@@ -100,8 +100,11 @@ x = x / 2-1
|
||||
hypot2 = x*x + y*y
|
||||
c = (a + b)*(a - b)
|
||||
|
||||
|
||||
def halves(n):
|
||||
return (i//2 for i in range(n))
|
||||
|
||||
|
||||
#: E227:11 E227:13
|
||||
_1kB = _1MB>>10
|
||||
#: E227:11 E227:13
|
||||
|
||||
Reference in New Issue
Block a user