Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 9, 2023
1 parent bf05a6d commit e29604a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/python.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
extern crate regex;

use std::{
fs::{self, File}, io::Write, process
};

use askama::Template;
use regex::Regex;
use std::fs::{self, File};
use std::io::Write;
use std::process;

#[derive(Template)]
#[template(path = ".gitignore", escape = "none")]
Expand Down

0 comments on commit e29604a

Please sign in to comment.