Skip to content

Commit

Permalink
Remove unknown option value in main.py
Browse files Browse the repository at this point in the history
pylint error: "src/main.py:11:0: W0012: Unknown option value for 'disable', expected a valid pylint message and got 'E305' (unknown-option-value)"
  • Loading branch information
suriyaa authored Jun 20, 2024
1 parent c648d18 commit 96dfc2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"""

# pylint: disable=E0401
# pylint: disable=E305

import logging
from rocket_systems.sensors import SensorModule
Expand Down

0 comments on commit 96dfc2c

Please sign in to comment.