Skip to content

Commit

Permalink
fix flake8-reported missing imports #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Mar 8, 2022
1 parent b4df202 commit 173109f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ingestion/functions/common/ingestion_logging.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import json
import logging
import os
import requests
import sys

from time import sleep


handlers = set()

class SlackHandler(logging.Handler):
Expand Down

0 comments on commit 173109f

Please sign in to comment.