Skip to content

Commit

Permalink
pep8 blah blah
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Dec 13, 2023
1 parent 96fdc82 commit eb1e410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/delete-unused-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
"""
import argparse
from datetime import timedelta, datetime
from dateutil.parser import parse
import json
import logging
import os
import requests
import sys

from dateutil.parser import parse

logging.basicConfig(stream=sys.stdout, level=logging.WARNING)
logger = logging.getLogger(__name__)

Expand Down

0 comments on commit eb1e410

Please sign in to comment.