Skip to content

Commit 918c6b8

Browse files
committed
Flake doesnt like spaces even though editors add them (NO_JIRA)
1 parent 7913ed2 commit 918c6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api_paper_2024/example_3/similarity_docking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def get_chembl_molecule(self, chemblid):
295295
# Flake thinks new_client and some of the exceptions are undefined, but if
296296
# we get here we will already have called import_chembl_dependencies() successfully, so
297297
# ignore Flake
298-
298+
299299
molecule = new_client.molecule # noqa
300300
try:
301301
m1 = molecule.filter(chembl_id=f'{chemblid}').only(['molecule_chembl_id', 'molecule_structures'])

0 commit comments

Comments
 (0)