tidy imports
This commit is contained in:
parent
7c1bd99be3
commit
74f782da45
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
|
use std::error::Error;
|
||||||
|
|
||||||
|
use twitch_api::helix::users;
|
||||||
use twitch_api::TwitchClient;
|
use twitch_api::TwitchClient;
|
||||||
use twitch_oauth2::AppAccessToken;
|
use twitch_oauth2::AppAccessToken;
|
||||||
use std::error::Error;
|
|
||||||
use twitch_api::helix::users;
|
|
||||||
use crate::config;
|
use crate::config;
|
||||||
use crate::user_data::UserData;
|
use crate::user_data::UserData;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue