Skip to content

Commit b356a48

Browse files
Fix: Action documentation (#32)
- Suppressions des imports colorama et time dans main.py - Ajout de la commande pour télécharger le module colorama dans documentation.yaml
1 parent 3cf8e60 commit b356a48

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/documentation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install sphinx
3030
pip install sphinx_rtd_theme --break-system-packages
31+
pip install colorama
3132
3233
- name: Construction de la documentation (avec Sphinx)
3334
run: |

app/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""
22
Point d'entrée de l'application LogBuster !
33
"""
4-
from time import sleep
5-
import colorama
64
from cli.afficheur_cli import AfficheurCLI
75
from cli.parseur_arguments_cli import ParseurArgumentsCLI, ArgumentCLIException
86
from parse.parseur_log_apache import ParseurLogApache, FormatLogApacheInvalideException

0 commit comments

Comments
 (0)