datahuborg/datahub

View on GitHub
src/inventory/migrations/0017_security_policy_table.py

Summary

Maintainability
A
0 mins
Test Coverage

Missing whitespace after keyword
Open

from core.management.commands.create_security_policy_table import(

Multiple imports in form from x import (a, b, c) should have space between import statement and parenthesised name list.

Okay: from foo import (bar, baz)
E275: from foo import(bar, baz)
E275: from importable.module import(bar, baz)

There are no issues that match your filters.

Category
Status