Skip to content

Commit 92baa1a

Browse files
author
rocky
committed
Pypy -> PyPy
1 parent 6e7edf3 commit 92baa1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xasm/assemble.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def __init__(self, python_version, is_pypy) -> None:
7171
self.size = 0 # Size of source code. Only relevant in version 3 and above
7272
self.is_pypy = is_pypy
7373
self.python_version = python_version
74-
self.is_pypy = is_pypy
7574
self.timestamp = None
7675
self.backpatch = [] # list of backpatch dicts, one for each function
7776
self.label = [] # list of label dists, one for each function

0 commit comments

Comments
 (0)