chore(api): disable duplicate-code check (#2799)

* chore(api): disable duplicate-code check

* refactor: fix linting errors
This commit is contained in:
Jonas L 2023-12-18 18:54:07 +01:00 committed by GitHub
parent 59f7bbdcc3
commit 651bb9261c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
from .core.models import Role
from .core.models.role import Role
GUEST_PERMISSIONS = [
"view_schedule",