Skip to content

Commit a319b4b

Browse files
Resorting one import. Wish isort was here...
1 parent 04a47db commit a319b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nikola/plugin_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
import configparser
3030
import importlib
3131
import importlib.util
32-
import time
32+
import logging
3333
import sys
34+
import time
3435

3536
from collections import deque
3637
from dataclasses import dataclass
@@ -40,7 +41,6 @@
4041
from .plugin_categories import BasePlugin, CATEGORIES
4142
from .utils import get_logger
4243

43-
import logging
4444

4545
LEGACY_PLUGIN_NAMES: Dict[str, str] = {
4646
"Compiler": "PageCompiler",

0 commit comments

Comments
 (0)