Skip to content

Commit 560bb92

Browse files
committed
Remove dead code
1 parent ba212c3 commit 560bb92

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python-bytearray/mutation.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,3 @@
8686
pixels_copy = pixels.copy()
8787
print(">>> list(pixels)")
8888
print(list(pixels))
89-
90-
91-
# binary_data = bytearray(b"Real Python")
92-
# print(f"{binary_data.upper() = }\n")
93-
94-
# binary_data = bytearray(b"Monty Python")
95-
# print(f"{binary_data.upper() = }\n")

0 commit comments

Comments
 (0)