now ruff confirm

This commit is contained in:
Tim
2023-11-05 16:12:38 +01:00
parent f2ac0eda91
commit f38728450d
9 changed files with 78 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
"""Test for the NetworkX Component."""
from aki_prj23_transparenzregister.ui import networkx_dash
from aki_prj23_transparenzregister.ui.archive import networkx_dash
def network_graph(Edges: None) -> None:
def network_graph(edges: None) -> None:
"""Checks if an import co company_stats_dash can be made."""
assert networkx_dash is not None