1
0
Fork 0
forked from github/pelican

The ruff and ruff-format fixes

This commit is contained in:
boxydog 2024-05-30 09:05:36 -05:00
commit 6d8597addb
24 changed files with 48 additions and 79 deletions

View file

@ -6,7 +6,6 @@ import logging
import pkgutil
import sys
logger = logging.getLogger(__name__)

View file

@ -1,4 +1,4 @@
from blinker import signal, Signal
from blinker import Signal, signal
from ordered_set import OrderedSet
# Signals will call functions in the order of connection, i.e. plugin order