Skip to content

Commit

Permalink
Fix flake8 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Apr 4, 2024
1 parent a0b380f commit 6aa127d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _data_source_exists(self, file_path):
return False

return True
except Exception as e:
except Exception:
return False

def write_data_to_file_path(self, data_file, data):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import logging
import os
from datetime import timedelta

Expand Down

0 comments on commit 6aa127d

Please sign in to comment.