Skip to content

Commit

Permalink
style: Fix import order in scripts/issues.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Sep 21, 2024
1 parent de87418 commit 5606791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import re
from collections import defaultdict
from datetime import datetime
from tqdm import tqdm

import requests
from dotenv import load_dotenv
from tqdm import tqdm

# Load environment variables from .env file
load_dotenv()
Expand Down

0 comments on commit 5606791

Please sign in to comment.