Skip to content

Commit 1fb1e72

Browse files
committed
fix(typing): Cover import-untyped error code in licensing import
1 parent 08717a4 commit 1fb1e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/organisations/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
]
162162

163163
if settings.LICENSING_INSTALLED: # pragma: no cover
164-
from licensing.views import ( # type: ignore[import-not-found]
164+
from licensing.views import ( # type: ignore[import-not-found,import-untyped,unused-ignore]
165165
create_or_update_licence,
166166
)
167167

0 commit comments

Comments
 (0)