diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:09:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:09:08 +0300 |
commit | fc6832a6cc66c072b36e79107d6551b59ffc7cb2 (patch) | |
tree | 2b8fd186330421f7dddc9c41790a3a7988ed4e2f | |
parent | workflows/ci: don't mask CGITIZE_BITBUCKET_USERNAME (diff) | |
download | cgitize-fc6832a6cc66c072b36e79107d6551b59ffc7cb2.tar.gz cgitize-fc6832a6cc66c072b36e79107d6551b59ffc7cb2.zip |
pylint fixes
Diffstat (limited to '')
-rw-r--r-- | cgitize/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgitize/git.py b/cgitize/git.py index a32fd34..14ccce7 100644 --- a/cgitize/git.py +++ b/cgitize/git.py @@ -6,7 +6,7 @@ from contextlib import contextmanager import os -import cgitize.utils as utils +from cgitize import utils GIT_ENV = os.environ.copy() |