File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2025-present Maikel Mardjan
22#
33# SPDX-License-Identifier: GPL-3.0-or-later
4- __version__ = "1.6.5rc2 "
4+ __version__ = "1.6.5rc3 "
Original file line number Diff line number Diff line change 1313WASM Dashboard version of codeaudit - limited functionality -
1414"""
1515
16- import panel as pn
17- pn .extension ("vega" )
18-
1916import asyncio
2017import datetime
2118import inspect
2219import json
2320import sys
2421
22+ import panel as pn
23+ pn .extension ("vega" )
24+
2525from codeaudit .dashboard_reports import (
2626 create_statistics_overview ,
2727 get_disclaimer_text ,
Original file line number Diff line number Diff line change 11"""
22License GPLv3 or higher.
33
4- (C) 2026 Created by Maikel Mardjan - https://nocomplexity.com/
4+ (C) 2026 @jurgenwigg
55
66This program is free software: you can redistribute it and/or modify it under the terms
77of the GNU General Public License as published by the Free Software Foundation, either
You can’t perform that action at this time.
0 commit comments