Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit 59b2b9f

Browse files
committed
Make dummy fabric class for unit tests
1 parent 8036800 commit 59b2b9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/install/modloaders.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,10 @@ def build_processors(self) -> None:
387387
bar.refresh()
388388

389389

390+
class fabric:
391+
pass
392+
393+
390394
def inst_modloader(
391395
modloader: Modloader,
392396
modpack_version: str,

0 commit comments

Comments
 (0)