From: Niki Roo Date: Tue, 30 Sep 2025 21:10:44 +0000 (+0200) Subject: remove unused imports X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=ba137df27352bd9f763057082a160ddc5a0bb24f;p=gamiki.git remove unused imports --- 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."""