Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
criminosis committed Nov 13, 2024
1 parent a1bbe79 commit b4d9015
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gremlin-client/tests/integration_client_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ mod aio {

use gremlin_client::{aio::GremlinClient, ConnectionOptions, GremlinError, TlsOptions};
use gremlin_client::{Edge, GValue, IoProtocol, Map, Vertex};

use rstest::*;
use rstest_reuse::{self, *};

use crate::common;

use super::common::aio::{connect, create_edge, create_vertex, drop_vertices, connect_serializer};
use super::common::aio::{
connect, connect_serializer, create_edge, create_vertex, drop_vertices,
};
#[cfg(feature = "async-std-runtime")]
use async_std::prelude::*;

Expand Down

0 comments on commit b4d9015

Please sign in to comment.