mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-23 21:08:18 +00:00
lint
This commit is contained in:
parent
368031a5d2
commit
30a786ad7f
@ -85,6 +85,7 @@ from spiffworkflow_backend.services.user_service import UserService
|
|||||||
|
|
||||||
|
|
||||||
def _import(name: str, glbls: Dict[str, Any], *args: Any) -> None:
|
def _import(name: str, glbls: Dict[str, Any], *args: Any) -> None:
|
||||||
|
"""_import."""
|
||||||
if name not in glbls:
|
if name not in glbls:
|
||||||
raise ImportError(f"Import not allowed: {name}", name=name)
|
raise ImportError(f"Import not allowed: {name}", name=name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user