From bed08109fadc750c67cb5d2921a08e895157225c Mon Sep 17 00:00:00 2001
From: Galonza Peter
Date: Sun, 24 Oct 2021 02:10:20 +0300
Subject: [PATCH] not needed
---
src/dashboard.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/dashboard.py b/src/dashboard.py
index f1363502..22d51523 100644
--- a/src/dashboard.py
+++ b/src/dashboard.py
@@ -6,7 +6,6 @@ Under Apache-2.0 License
# Python Built-in Library
import os
-import sys
from flask import Flask, request, render_template, redirect, url_for, session, abort, jsonify
import subprocess