Skip to content

Commit

Permalink
🔥 Remove useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Aug 24, 2024
1 parent 09eae93 commit 95507e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/src/tests/setup.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ mod setup {
// Internal imports

use rpg::models::index;
use rpg::models::player::Player;
use rpg::models::dungeon::Dungeon;
use rpg::types::role::Role;
use rpg::types::mode::Mode;
use rpg::systems::actions::{actions, IActions, IActionsDispatcher, IActionsDispatcherTrait};

// Constants
Expand Down

0 comments on commit 95507e6

Please sign in to comment.