We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf8e60 commit b356a48Copy full SHA for b356a48
2 files changed
.github/workflows/documentation.yaml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install sphinx
30
pip install sphinx_rtd_theme --break-system-packages
31
+ pip install colorama
32
33
- name: Construction de la documentation (avec Sphinx)
34
run: |
app/main.py
@@ -1,8 +1,6 @@
1
"""
2
Point d'entrée de l'application LogBuster !
3
4
-from time import sleep
5
-import colorama
6
from cli.afficheur_cli import AfficheurCLI
7
from cli.parseur_arguments_cli import ParseurArgumentsCLI, ArgumentCLIException
8
from parse.parseur_log_apache import ParseurLogApache, FormatLogApacheInvalideException
0 commit comments