Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Dec 30, 2024
1 parent 18d1d0d commit 59cc3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base56/alphabet.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def __init__(self, alphabet: bytes):
for i, character in enumerate(alphabet):
self._reversed[character] = i

a = self._reversed[:]
for ambiguous_characters in self.ambiguous_characters:
for character in ambiguous_characters:
i = self._reversed[character]
Expand Down

0 comments on commit 59cc3f7

Please sign in to comment.