From ba137df27352bd9f763057082a160ddc5a0bb24f Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Tue, 30 Sep 2025 23:10:44 +0200 Subject: [PATCH] remove unused imports --- gamiki/builder.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gamiki/builder.py b/gamiki/builder.py index fa0c87a..09c304f 100644 --- a/gamiki/builder.py +++ b/gamiki/builder.py @@ -1,10 +1,6 @@ from sys import stdin, stderr from pathlib import Path, PurePath - -from gamiki import Game, Support, Library, Session -from gamiki.support import ( - SupportDos, SupportWin31, SupportGog, SupportExt, SupportWin -) +from gamiki import Game, Support, Library, Session class Builder: """Manage all the resources needed to run games.""" -- 2.27.0