Skip to content

Commit

Permalink
Forgot linting of one file
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Oct 24, 2023
1 parent b9fa69b commit f3bebb7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/using_rasp/querying_rasp.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@
wildtype_pdb_file = THIS_DIR / "101m.pdb"

info = ProblemSetupInformation(
<<<<<<< HEAD
name="rasp", max_sequence_length=np.inf, alphabet=AMINO_ACIDS, aligned=False
=======
name="rasp",
max_sequence_length=np.inf,
alphabet=AMINO_ACIDS,
aligned=False
>>>>>>> 437f6cda794042b922ad8513e1902cee879c8419
)

f = RaspBlackBox(info=info, wildtype_pdb_path=wildtype_pdb_file)
Expand Down

0 comments on commit f3bebb7

Please sign in to comment.