Skip to content

Commit 29fe135

Browse files
committed
Fix coverage errors
1 parent 057a84c commit 29fe135

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
@@ -180,6 +180,7 @@ def read(self):
180180

181181
return pubchempy.PubChemHTTPError(FakeHTTPError(503, 'Server Busy'))
182182

183+
183184
@patch('time.sleep', return_value=None)
184185
@patch('pubchempy.get_compounds')
185186
def test_geometry_from_pubchem_retry_success(self, mock_get_compounds, mock_sleep):

0 commit comments

Comments
 (0)