Skip to content

Commit

Permalink
resource: fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdl committed Mar 13, 2024
1 parent d2d7b2c commit 2f5a1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sambal/resources/user.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from samba.netcmd.domain.models import User

from .base import Resource
from .resource import Resource


class UserResource(Resource):
Expand Down

0 comments on commit 2f5a1c7

Please sign in to comment.