-
-
Notifications
You must be signed in to change notification settings - Fork 2
Replace DRF wirth Ninja #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
aea0383
to
9f739ac
Compare
django_oapif/__init__.py
Outdated
from . import permissions | ||
from .api import OAPIF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we stick only to one type of imports? I see almost everywhere else we use absolute imports, which are slightly more preferrable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I think we can even remove the re-export of permissions from here.
No description provided.