Skip to content

Commit

Permalink
removed need for explicit from import_pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
gwirn committed Jun 13, 2024
1 parent dc31414 commit e3b651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molearn/data/pdb_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, filename=None, topology=None, fix_terminal=False, atoms=None)
if atoms is not None:
self.atomselect(atoms=atoms)

def import_pdb(self, filename: str | list[str], topology: str | None):
def import_pdb(self, filename: str | list[str], topology: str | None = None):
"""
Load one or multiple trajectory files
Expand Down

0 comments on commit e3b651d

Please sign in to comment.