1
0
Fork 0
mirror of synced 2024-06-27 18:40:34 +12:00

fix imports order

This commit is contained in:
Thomas 2023-02-19 01:58:13 +01:00
parent e0e5db85e3
commit 88227bea8e
No known key found for this signature in database
GPG key ID: 0CFD61744DA1A21C

View file

@ -4,8 +4,8 @@ import logging
from collections.abc import Iterable
from time import sleep
import prawcore
import praw.exceptions
import prawcore
from bdfr.archiver import Archiver
from bdfr.configuration import Configuration