Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 3, 2024
1 parent d71bc45 commit 778e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzkaccess/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import wrapt
from fire.core import FireError

from pyzkaccess import ZK100, ZK200, ZK400, UnsupportedPlatformError, ZKAccess, ZKModel, Relay, Reader, AuxInput, Door
from pyzkaccess import ZK100, ZK200, ZK400, AuxInput, Door, Reader, Relay, UnsupportedPlatformError, ZKAccess, ZKModel
from pyzkaccess._setup import setup
from pyzkaccess.device_data.model import Model, models_registry
from pyzkaccess.device_data.queryset import QuerySet
Expand Down

0 comments on commit 778e963

Please sign in to comment.