From 531bdb519bc2d74d3745322d54426acbdacc4eb7 Mon Sep 17 00:00:00 2001 From: Joe Talbott Date: Fri, 16 Jul 2021 11:19:25 -0400 Subject: [PATCH] Remove conf/__init__.py Fixes: https://pagure.io/fm-orchestrator/issue/1630 --- conf/__init__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 conf/__init__.py diff --git a/conf/__init__.py b/conf/__init__.py deleted file mode 100644 index 6fddf71a..00000000 --- a/conf/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -# SPDX-License-Identifier: MIT -# This file should disappear one day there are no more *.py files left -# here in the conf/ dir.