Skip to content

Commit 50439a0

Browse files
committed
reverted callreadonly.rs
1 parent f1846ba commit 50439a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stackslib/src/net/api/tests/callreadonly.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

1717
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
18-
use std::time::Duration;
1918

2019
use clarity::types::chainstate::StacksBlockId;
2120
use clarity::vm::types::{PrincipalData, QualifiedContractIdentifier, StacksAddressExtensions};
2221
use stacks_common::types::chainstate::StacksAddress;
2322
use stacks_common::types::Address;
2423

25-
use super::{test_rpc, test_rpc_with_config};
24+
use super::test_rpc;
2625
use crate::core::BLOCK_LIMIT_MAINNET_21;
2726
use crate::net::api::*;
2827
use crate::net::connection::ConnectionOptions;

0 commit comments

Comments
 (0)