Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tjk committed Nov 26, 2024
1 parent 6ce21db commit 35a16ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/generator.rs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
use chrono::NaiveDate;
use console::Style;
use std::fs::{self};
use tera::{Context, Tera};
use walkdir::WalkDir;
use yaml_front_matter::{Document, YamlFrontMatter};

use crate::config::Config;
use crate::constants::ACCENT_STYLE;
use crate::errors::Error;
use crate::markdown::MarkdownProcessor;
use crate::post::Post;
use crate::post::PostMetadata;

pub struct SiteGenerator {
config: Config,
Expand Down

0 comments on commit 35a16ba

Please sign in to comment.