Skip to content

Commit

Permalink
STYLE(py): Resort import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSWang committed Sep 30, 2024
1 parent cfe8d57 commit 826c157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/extern/nbodykit/corrfunc_nbk.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Measure correlation function using `nbodykit`.
"""
from argparse import ArgumentParser
import os.path as osp
from argparse import ArgumentParser
from pathlib import Path

import numpy as np
Expand Down

0 comments on commit 826c157

Please sign in to comment.