Skip to content

Commit

Permalink
Lint roll
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthewD committed Feb 5, 2024
1 parent 8abfe3a commit c591afb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Logic for restricting the use of Slack commands to specific parties
and validating incoming requests.
"""

import hashlib
import hmac
import logging
Expand Down
1 change: 1 addition & 0 deletions src/database.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Contains all the functions that interact with the sqlite database"""

import datetime
import os
import sqlite3
Expand Down
1 change: 0 additions & 1 deletion src/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import uvicorn
from fastapi import HTTPException, Request
from fastapi.responses import PlainTextResponse
from starlette.types import Message

import database
from auth import validate_slack_command_source
Expand Down

0 comments on commit c591afb

Please sign in to comment.