Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 1405ec4 commit 39b7a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda_lock/lockfile/v1/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ def create(
except ImportError:
return None

git_sha: "str | None" = None
git_user_name: "str | None" = None
git_user_email: "str | None" = None
git_sha: str | None = None
git_user_name: str | None = None
git_user_email: str | None = None

try:
repo = git.Repo(search_parent_directories=True)
Expand Down

0 comments on commit 39b7a87

Please sign in to comment.