Skip to content

Commit

Permalink
chore: upgrading pymongo.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 24, 2024
1 parent 7409031 commit 043f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opaque_keys/edx/locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def __init__(
raise ValueError(f"Invalid run. Should be '{self.RUN}' or None.")

if version_guid:
version_guid = self.as_object_id(version_guid)
version_guid = self.as_object_id(version_guid) # type: ignore

for name, value in [['org', org], ['library', library], ['branch', branch]]:
if not (value is None or self.ALLOWED_ID_RE.match(value)):
Expand Down

0 comments on commit 043f5f0

Please sign in to comment.