From 43c00af7e542911cce638cfab49c6a6dc9349e55 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 18 May 2022 08:07:19 +0800 Subject: can flake be tamed? --- git/objects/util.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git/objects') 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 -- cgit v1.2.1