Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
abyesilyurt committed Jun 26, 2024
1 parent af31503 commit 6e556e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def fetch_histories_for_user(
credentials=context.credentials, user_verify_key=user_verify_key
)

user_code_service: UserCodeService = context.node.get_service("usercodeservice")
user_code_service: UserCodeService = context.node.get_service("usercodeservice") # type: ignore

def get_code(uid: UID) -> UserCode | SyftError:
return user_code_service.stash.get_by_uid(
Expand Down

0 comments on commit 6e556e1

Please sign in to comment.