Skip to content

Commit

Permalink
Disable 'E0401: Unable to import' error in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suriyaa authored Jun 20, 2024
1 parent 3c0959c commit 83aba68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
Copyright (c) 2024 Elara Aerospace team
"""

# Disable
# pylint: disable=E0401

import logging
from rocket_systems.sensors import SensorModule
from monitoring.anomaly_detection import AnomalyDetector
Expand Down

0 comments on commit 83aba68

Please sign in to comment.