Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jet-sony committed Jun 24, 2024
1 parent b6b8f49 commit b7796cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFlyt/core/aviary.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(
self.drone_type = repeat(drone_type)

# store the drone options
if isinstance(drone_options, (tuple, list)):
if isinstance(drone_options, Sequence):
self.drone_options = drone_options
else:
self.drone_options = repeat(drone_options)
Expand Down

0 comments on commit b7796cc

Please sign in to comment.