Skip to content

Commit

Permalink
fix mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-bautista committed Mar 21, 2022
1 parent 8e2fa3d commit 95df182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conformity_migration/conformity_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init__(
"Authorization": f"ApiKey {self._api_key}",
"Content-Type": "application/vnd.api+json",
}
self._current_user = None
self._current_user: Optional[User] = None
self._validate_api()
self._organisation_external_id = ""

Expand Down

0 comments on commit 95df182

Please sign in to comment.