Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2024
1 parent aacccee commit 2a5f6c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iembot.tac
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# Base Python
import json

# Local Import
from iembot import iemchatbot, webservices
from psycopg.rows import dict_row

# Twisted Bits
Expand All @@ -14,6 +12,9 @@ from twisted.internet import reactor
from twisted.web import server
from txyam.client import YamClient

# Local Import
from iembot import iemchatbot, webservices

with open("settings.json", encoding="utf-8") as fh:
dbconfig = json.load(fh)

Expand Down

0 comments on commit 2a5f6c1

Please sign in to comment.