From a02fdbb4c8c343c2bbadbcfa07d0fe8cf77865aa Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Tue, 22 Aug 2023 11:15:04 +0200
Subject: [PATCH] lister.github.utils: Drop no longer used module

This got detected when working on the deployment of the new loader-git.

Refs. swh/infra/sysadm-environment#5017
---
 swh/lister/github/utils.py | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 swh/lister/github/utils.py

diff --git a/swh/lister/github/utils.py b/swh/lister/github/utils.py
deleted file mode 100644
index df6088ea..00000000
--- a/swh/lister/github/utils.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright (C) 2020-2022  The Software Heritage developers
-# See the AUTHORS file at the top-level directory of this distribution
-# License: GNU General Public License version 3, or any later version
-# See top-level LICENSE file for more information
-
-from swh.core.github.utils import *  # noqa
-- 
GitLab