Skip to content

Commit

Permalink
[TYPING](ALL): Fix typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed Oct 17, 2024
1 parent 6e0f5d5 commit e38ca24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion biobb_gromacs/gromacs/grompp_mdrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Module containing the GromppMDrun class and the command line interface."""
import argparse
from typing import Optional
from typing import Optional
from pathlib import Path
from biobb_common.generic.biobb_object import BiobbObject
from biobb_common.configuration import settings
Expand Down
1 change: 0 additions & 1 deletion biobb_gromacs/gromacs/mdrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Module containing the MDrun class and the command line interface."""
import argparse
from typing import Optional
from typing import Optional
from biobb_common.generic.biobb_object import BiobbObject
from biobb_common.configuration import settings
from biobb_common.tools import file_utils as fu
Expand Down
1 change: 0 additions & 1 deletion biobb_gromacs/gromacs/pdb2gmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import argparse
from typing import Optional
from typing import Optional
from biobb_common.generic.biobb_object import BiobbObject
from biobb_common.configuration import settings
from biobb_common.tools import file_utils as fu
Expand Down

0 comments on commit e38ca24

Please sign in to comment.