Skip to content

Commit eaa04fd

Browse files
committed
update after PR #20
1 parent 87e0f8b commit eaa04fd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/codeaudit/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

src/dashboard/dashboardapp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
WASM Dashboard version of codeaudit - limited functionality -
1414
"""
1515

16-
import panel as pn
17-
pn.extension("vega")
18-
1916
import asyncio
2017
import datetime
2118
import inspect
2219
import json
2320
import sys
2421

22+
import panel as pn
23+
pn.extension("vega")
24+
2525
from codeaudit.dashboard_reports import (
2626
create_statistics_overview,
2727
get_disclaimer_text,

tests/unit_tests/test_filehelpfunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
License GPLv3 or higher.
33
4-
(C) 2026 Created by Maikel Mardjan - https://nocomplexity.com/
4+
(C) 2026 @jurgenwigg
55
66
This program is free software: you can redistribute it and/or modify it under the terms
77
of the GNU General Public License as published by the Free Software Foundation, either

0 commit comments

Comments
 (0)