Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberrumor committed Oct 30, 2023
1 parent cd5dac7 commit 8c2dd05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
import shutil
from pathlib import Path

from ammo.game import Game
from ammo.mod_controller import ModController
from ammo.mod_controller import (
ModController,
Game,
)
from ammo.fomod_controller import FomodController
from ammo.component import (
Mod,
Expand Down

0 comments on commit 8c2dd05

Please sign in to comment.