Skip to content

Commit

Permalink
ci: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericConfluent committed Mar 3, 2024
1 parent 6d456e1 commit a4e4093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course_database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use core::str::FromStr;
use petgraph::graph::{Graph, NodeIndex};
use serde::Deserialize;

Check warning on line 4 in src/course_database.rs

View workflow job for this annotation

GitHub Actions / fmt

Diff in /home/runner/work/finescale/finescale/src/course_database.rs
use std::fmt;
use std::io::BufReader;


#[derive(Deserialize, Clone, Debug)]
pub enum Requirement {
Expand Down

0 comments on commit a4e4093

Please sign in to comment.