Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 1/4] catalyst: Remove unused import
Date: Sun, 24 Jan 2021 15:07:27
Message-Id: 20210124150722.760520-1-mattst88@gentoo.org
1 Signed-off-by: Matt Turner <mattst88@g.o>
2 ---
3 catalyst/base/targetbase.py | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/catalyst/base/targetbase.py b/catalyst/base/targetbase.py
7 index 3e338bee..ce16566b 100644
8 --- a/catalyst/base/targetbase.py
9 +++ b/catalyst/base/targetbase.py
10 @@ -3,7 +3,7 @@ import os
11 from abc import ABC, abstractmethod
12 from pathlib import Path
13
14 -from catalyst.support import addl_arg_parse, CatalystError
15 +from catalyst.support import addl_arg_parse
16
17
18 class TargetBase(ABC):
19 --
20 2.26.2

Replies