cosmetic, swap import line positions

This commit is contained in:
John Burwell 2023-05-02 11:29:00 -05:00
parent 993d94aba5
commit 6f7317d58f

View File

@ -17,9 +17,10 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import logging
from typing import Any
import sqlalchemy
from typing import Any
from datetime import datetime, timezone
from rsbbs import __version__