Skip to content

Commit a199a99

Browse files
committed
chore: fix linting issues
1 parent 6c2a9eb commit a199a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: flask_minify/parsers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
from abc import ABCMeta, abstractmethod
12
from functools import lru_cache
23
from io import StringIO
3-
from abc import ABCMeta, abstractmethod
4-
from typing import Dict, Any
4+
from typing import Any, Dict
55

66
from htmlmin import minify as minify_html
77
from jsmin import jsmin

0 commit comments

Comments
 (0)