diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-23 17:20:47 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-04 18:25:17 +0200 |
commit | 0203250011f351c58c4e414e17d39abd880211b7 (patch) | |
tree | 88eafaa138c8110ee30700b73484766d7c357a7b /Bugzilla/Quantum.pm | |
parent | 8748b8dd74318e7602fb43913f9a6fe08bc90862 (diff) | |
download | bugzilla-0203250011f351c58c4e414e17d39abd880211b7.tar.gz bugzilla-0203250011f351c58c4e414e17d39abd880211b7.tar.xz |
more tidy
Diffstat (limited to 'Bugzilla/Quantum.pm')
-rw-r--r-- | Bugzilla/Quantum.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Quantum.pm b/Bugzilla/Quantum.pm index 1f6dce8da..083dcaf55 100644 --- a/Bugzilla/Quantum.pm +++ b/Bugzilla/Quantum.pm @@ -21,7 +21,6 @@ use Bugzilla::Logging; use Bugzilla::Quantum::CGI; use Bugzilla::Quantum::SES; use Bugzilla::Quantum::Static; -use Bugzilla::Quantum::Template; use Bugzilla::Util (); use Cwd qw(realpath); use MojoX::Log::Log4perl::Tiny; |