Skip to content

Commit

Permalink
Resorting one import. Wish isort was here...
Browse files Browse the repository at this point in the history
  • Loading branch information
aknrdureegaesr committed Dec 22, 2024
1 parent 04a47db commit a319b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
import configparser
import importlib
import importlib.util
import time
import logging
import sys
import time

from collections import deque
from dataclasses import dataclass
Expand All @@ -40,7 +41,6 @@
from .plugin_categories import BasePlugin, CATEGORIES
from .utils import get_logger

import logging

LEGACY_PLUGIN_NAMES: Dict[str, str] = {
"Compiler": "PageCompiler",
Expand Down

0 comments on commit a319b4b

Please sign in to comment.