style: changed imports order in sessions managers

This commit is contained in:
Observer KRypt0n_ 2023-06-08 15:09:49 +02:00
parent 6c521d59f4
commit 7ee8294d3a
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
use serde::{Serialize, Deserialize};
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use serde::{Serialize, Deserialize};
use crate::sessions::{ use crate::sessions::{
SessionsExt, SessionsExt,
Sessions as SessionsDescriptor Sessions as SessionsDescriptor

View file

@ -1,7 +1,7 @@
use serde::{Serialize, Deserialize};
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use serde::{Serialize, Deserialize};
use crate::sessions::{ use crate::sessions::{
SessionsExt, SessionsExt,
Sessions as SessionsDescriptor Sessions as SessionsDescriptor

View file

@ -1,7 +1,7 @@
use serde::{Serialize, Deserialize};
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use serde::{Serialize, Deserialize};
use crate::sessions::{ use crate::sessions::{
SessionsExt, SessionsExt,
Sessions as SessionsDescriptor Sessions as SessionsDescriptor

View file

@ -1,7 +1,7 @@
use serde::{Serialize, Deserialize};
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use serde::{Serialize, Deserialize};
use crate::sessions::{ use crate::sessions::{
SessionsExt, SessionsExt,
Sessions as SessionsDescriptor Sessions as SessionsDescriptor