Skip to content

Commit

Permalink
resource: fix another broken import
Browse files Browse the repository at this point in the history
What happens if you commit too fast because the project is still in its early stages.
  • Loading branch information
robvdl committed Mar 13, 2024
1 parent 2f5a1c7 commit 527fbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sambal/resources/root.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ldb import SCOPE_ONELEVEL
from samba.netcmd.domain.models import Model

from .base import Resource
from .resource import Resource


class RootFactory(dict):
Expand Down

0 comments on commit 527fbac

Please sign in to comment.