Skip to content

Commit

Permalink
fix: Fix ComputedMolecule __repr__
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Dec 22, 2023
1 parent ae879bc commit 38e3dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ def __repr__(self) -> str:
self.smiles,
self.name,
self.compound,
self.lhs_pdb,
self.site_observation_code,
)


Expand Down

0 comments on commit 38e3dde

Please sign in to comment.