Skip to content

Commit

Permalink
move functools in front of boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
boverhof committed Oct 4, 2024
1 parent 76fdaeb commit 407d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foqus_lib/service/flowsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
import urllib.request
import uuid
from os.path import expanduser
import functools
import boto3
import botocore.exceptions
import watchtower
import functools
import yaml

from turbine.commands import turbine_simulation_script
Expand Down

0 comments on commit 407d9cb

Please sign in to comment.