Skip to content

Commit a9786e7

Browse files
Potential fix for pull request finding 'Explicit returns mixed with implicit (fall through) returns'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent c94825f commit a9786e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/openfermion/chem/pubchem_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def _get_geometry_with_retries(self, name):
8383
if attempt == max_retries - 1:
8484
raise
8585
time.sleep(delay)
86+
return None
8687

8788
@patch('pubchempy.get_compounds', mock_get_compounds)
8889
def test_water(self):

0 commit comments

Comments
 (0)