Skip to content

Commit

Permalink
handle validation for missing google export implementation
Browse files Browse the repository at this point in the history
prevent application from crashing when google export is not enabled by performing validation
  • Loading branch information
kelvin-muchiri committed Jul 26, 2023
1 parent dcfe4dd commit a91eb9d
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 596 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203,E501
extend-ignore = E203,E501,W503
per-file-ignores = __init__.py:F401
Loading

0 comments on commit a91eb9d

Please sign in to comment.