Skip to content

Commit

Permalink
chore(ci): Update linting action
Browse files Browse the repository at this point in the history
Fix E1101: Module 'tensorflow' has no 'keras' member (no-member)
  • Loading branch information
cpvannier committed Jan 22, 2024
1 parent f080ed9 commit 14e558b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ generated-members=
cv2.*, # members not found
duckdb.*, # members not found
torch.*, # members not found
tensorflow.*, # members not found

[MAIN]
max-branches=20
Expand Down

0 comments on commit 14e558b

Please sign in to comment.