Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Nov 26, 2024
1 parent 3f870df commit ba286ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/microanneal_config_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import random
from collections import defaultdict
from concurrent.futures import ThreadPoolExecutor
from typing import List, Tuple, MutableMapping
from typing import List, MutableMapping, Tuple
from urllib.parse import urlparse

import boto3
Expand Down
2 changes: 1 addition & 1 deletion scripts/peteish7_config_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import random
from collections import defaultdict
from concurrent.futures import ThreadPoolExecutor
from typing import List, Tuple, Dict, MutableMapping
from typing import Dict, List, MutableMapping, Tuple
from urllib.parse import urlparse

import boto3
Expand Down

0 comments on commit ba286ad

Please sign in to comment.