remove unused code

This commit is contained in:
Michael Hudson-Doyle 2022-09-14 21:14:17 +12:00
parent 6d724c0a5b
commit 972c59a198
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ class TracebackExtractor:
self.traceback.append(line)
class InstallStep(Protocol):
async def run(self, *, context) -> None:
pass
@attr.s(auto_attribs=True)
class CurtinInstallStep:
"""Represents the parameters of a single invocation of curtin install."""