Skip to content

Commit

Permalink
reordered imports as per flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
thepineapplepirate committed Jun 5, 2024
1 parent c3b921b commit 0dd3b89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

import Bio.PDB
import argparse

import Bio.PDB


def __main__():
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 0dd3b89

Please sign in to comment.