File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818import inspect
1919import json
2020import sys
21+ from importlib .metadata import version
2122
2223import panel as pn
2324
2425pn .extension ("vega" )
2526
26- # from codeaudit import __version__
2727
2828from codeaudit .altairplots import (
2929 ast_nodes_overview ,
3939
4040from codeaudit .api_interfaces import get_package_source , version_info
4141
42-
4342from codeaudit .dashboard_reports import (
4443 create_statistics_overview ,
4544 get_disclaimer_text ,
4847 report_used_modules ,
4948)
5049
50+
5151# --- Environment Detection ---
5252IS_PYODIDE = "pyodide" in sys .modules
5353
@@ -136,7 +136,6 @@ async def filescan_wasm(input_path, nosec=False):
136136
137137 PYPI PACKAGE ONLY (for now)
138138 """
139-
140139 ca_version_info = version_info ()
141140 now = datetime .datetime .now ()
142141 timestamp_str = now .strftime ("%Y-%m-%d %H:%M" )
You can’t perform that action at this time.
0 commit comments