Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ysard committed Feb 18, 2022
1 parent 8d9b332 commit d9a4ab0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions minification/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# -*- coding: utf-8 -*-
import csscompressor
import htmlmin
# Standard imports
import os

from fnmatch import fnmatch
from codecs import open

from fnmatch import fnmatch
# Custom imports
import csscompressor
import htmlmin

# Pelican imports
from pelican import signals


Expand Down

0 comments on commit d9a4ab0

Please sign in to comment.