Files
aki_prj23_transparenzregister/tests/ui/networkx_dash_test.py
2023-11-10 18:53:47 +01:00

8 lines
242 B
Python

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