Skip to content

Commit

Permalink
have flake8 ignore both lib files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomyyyD committed Jun 28, 2024
1 parent 8fd0c83 commit 08f23e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions libs/camera_submodule/camera_code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# flake8: noqa
import os
import time

Expand Down
3 changes: 1 addition & 2 deletions libs/camera_submodule/testing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Edge Impulse - OpenMV Image Classification Example

# flake8: noqa
import time

import sensor
Expand Down

0 comments on commit 08f23e4

Please sign in to comment.