Skip to content

Commit

Permalink
feat: remove is_authorized
Browse files Browse the repository at this point in the history
  • Loading branch information
cowan-macady committed Mar 30, 2023
1 parent d558a02 commit cc4d9ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ omit =
indykite_sdk/utils/message_to_value.py
indykite_sdk/utils/logger.py
indykite_sdk/authorization/*

indykite_sdk/authorization/is_authorized.py
tests/*

[report]
Expand Down
2 changes: 1 addition & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ignore:
- "indykite_sdk/utils/message_to_value.py"
- "indykite_sdk/utils/logger.py"
- "tests"
- "indykite_sdk/authorization"
- "indykite_sdk/authorization/is_authorized.py"
File renamed without changes.

0 comments on commit cc4d9ed

Please sign in to comment.