Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Sep 15, 2023
1 parent 7fa7b2a commit 1fa7342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redbot/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import cProfile
import faulthandler
from functools import partial
from importlib_resources import files as resource_files
import io
import locale
import os
Expand All @@ -19,6 +18,8 @@
from typing import Dict, Optional
from urllib.parse import urlsplit

from importlib_resources import files as resource_files

import thor
from thor.loop import _loop

Expand Down

0 comments on commit 1fa7342

Please sign in to comment.