Skip to content

Commit b087cd9

Browse files
authored
refactor: remove unused import of tracing::error (#1351)
Fixes a build warning ### PR Checklist - [x] The PR title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - [ ] Is this closing an open issue? If so, link it, else include a proper description of the changes and reason behind them. - [ ] Does the PR have changes to the frontend? If so, include screenshots or a recording of the changes. <br/>If it affect colors, please include screenshots/recording in both light and dark mode. - [ ] Does the PR have changes to the backend? If so, make sure tests are added. <br/>And if changing dababase queries, be sure you have ran `sqlx prepare` and committed the changes in the `.sqlx` directory.
1 parent 8df453e commit b087cd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/gcp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ use std::sync::Mutex;
1717
use std::time::Duration;
1818
use std::time::Instant;
1919
use thiserror::Error;
20-
use tracing::error;
2120
use tracing::instrument;
2221

2322
pub const CACHE_CONTROL_IMMUTABLE: &str = "public, max-age=31536000, immutable";

0 commit comments

Comments
 (0)