summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 02:23:53 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 03:36:53 +0530
commitd392caf6f65286f6b6a38b0f5b28adb391c28ac8 (patch)
tree423385d1fb491594575ff2c8451561c9ed096bce /run.py
parent9890749d8101ee94cad1254e0349bde0ff3b2722 (diff)
chg: ruff - isort fixes
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.py b/run.py
index a51fb2e1..a5db19e7 100755
--- a/run.py
+++ b/run.py
@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-
import re
import sys
+
from glances import main
if __name__ == '__main__':