Skip to content

Commit

Permalink
#22 | fmting
Browse files Browse the repository at this point in the history
  • Loading branch information
mxndtaylor committed Jun 10, 2024
1 parent 8b21a77 commit 598d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aliasing/virtual_alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(

self._short = None
self._short_indices = None
if isinstance(short, (Iterable)):
if isinstance(short, Iterable):
self._short_indices = list(short)
elif isinstance(short, int):
self._short_indices = [short]
Expand Down

0 comments on commit 598d282

Please sign in to comment.