Skip to content

Commit

Permalink
changed order of imports in configureation file due to unkown pynorms…
Browse files Browse the repository at this point in the history
… fail
  • Loading branch information
tmcguinness committed Jun 6, 2024
1 parent 9740026 commit b8dd227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wxflow/configuration.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import glob
import os
import random
import subprocess
import shutil
import subprocess
from pathlib import Path
from pprint import pprint
from typing import Any, Dict, List, Union
Expand Down

0 comments on commit b8dd227

Please sign in to comment.