diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 08:07:19 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-05-18 08:15:17 +0800 |
commit | 43c00af7e542911cce638cfab49c6a6dc9349e55 (patch) | |
tree | 8ac0bc1540650cf3befff11735e1421de372fa92 /git/objects/util.py | |
parent | 41b0c3130b28bf311f4f35d3da52670572215ad9 (diff) | |
download | gitpython-black-fmt.tar.gz |
can flake be tamed?black-fmt
Diffstat (limited to 'git/objects/util.py')
-rw-r--r-- | git/objects/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/objects/util.py b/git/objects/util.py index fad00001..636a5831 100644 --- a/git/objects/util.py +++ b/git/objects/util.py @@ -4,6 +4,8 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php """Module for general utility functions""" +# flake8: noqa F401 + from abc import ABC, abstractmethod import warnings |