Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JhChoy committed Aug 20, 2024
1 parent 208ba4d commit f60f2f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/book_manager/test_open.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use starknet::ContractAddress;
use clober_cairo::interfaces::book_manager::{IBookManagerDispatcher, IBookManagerDispatcherTrait};
use clober_cairo::book_manager::BookManager;
use clober_cairo::libraries::book_key::{BookKey, BookKeyTrait};
use clober_cairo::libraries::fee_policy::{FeePolicy, FeePolicyTrait, MAX_FEE_RATE
,MIN_FEE_RATE};
use clober_cairo::libraries::fee_policy::{FeePolicy, FeePolicyTrait, MAX_FEE_RATE, MIN_FEE_RATE};
use clober_cairo::mocks::open_router::OpenRouter::{
IOpenRouterDispatcher, IOpenRouterDispatcherTrait
};
Expand Down

0 comments on commit f60f2f0

Please sign in to comment.