Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
petiay committed May 23, 2024
1 parent f7df013 commit 99e1ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beast/physicsmodel/stars/ezmist/mist.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:author: MF
"""

from importlib_resources import files, as_file
from importlib_resources import files

from urllib import request
from urllib.request import urlopen
Expand Down
2 changes: 1 addition & 1 deletion beast/physicsmodel/stars/ezpadova/parsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:author: MF
"""
import beast
from importlib_resources import files, as_file
from importlib_resources import files

from urllib.parse import urlencode
from urllib import request
Expand Down

0 comments on commit 99e1ab1

Please sign in to comment.