From a7c5d887e943aa51f2270e517954c024a8c01500 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 18 May 2022 07:52:20 +0800 Subject: Remove flake8 linting in favor of `black` formatting `flake8` seems to dislike the formatting of black. --- git/refs/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/refs') diff --git a/git/refs/__init__.py b/git/refs/__init__.py index 1486dffe..c17856ae 100644 --- a/git/refs/__init__.py +++ b/git/refs/__init__.py @@ -1,4 +1,3 @@ -# flake8: noqa # import all modules in order, fix the names they require from .symbolic import * from .reference import * -- cgit v1.2.1