Skip to content

Commit

Permalink
fixed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyfiretail committed Aug 1, 2024
1 parent a85437d commit 85cd6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firetail/auditor.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from functools import lru_cache
import hashlib
import json
import logging
import logging.config
import time
from functools import lru_cache

import jwt
import requests
Expand Down

0 comments on commit 85cd6d4

Please sign in to comment.