audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

50e5f6fd4c8200fe3cc54f01d80a35b8f023f09e

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2024-10-19T19:30:36Z

fix pylint issues
 project_management/dash/app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project_management/dash/app.py b/project_management/dash/app.py
index 01c8478..2a01911 100644
--- a/project_management/dash/app.py
+++ b/project_management/dash/app.py
@@ -3,7 +3,7 @@ Extensible dashboard for project status.
 """
 
 # Import packages
-from dash import Dash, html, dash_table, dcc
+from dash import Dash, html, dcc
 import pandas as pd
 import plotly.express as px