Skip to content

Commit

Permalink
fix isort issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Mar 30, 2024
1 parent 7c13261 commit 704bc89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_parsl_flux_mpi_hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
import re
from datetime import datetime as dt

import chiltepin.config
import parsl
import pytest
from parsl.app.app import bash_app

import chiltepin.config


# Print out resources that Flux sees after it starts
@bash_app(executors=["compute"])
Expand Down

0 comments on commit 704bc89

Please sign in to comment.