Skip to content

Commit

Permalink
fixed to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
kameyer226 committed Jun 27, 2023
1 parent 47f15f3 commit d15ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaqd_wright/_wright_servo_shutter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ["WrightStepperBox"]
__all__ = ["WrightServoShutter"]

import asyncio
from typing import Dict
Expand Down

0 comments on commit d15ffff

Please sign in to comment.