Skip to content

Commit

Permalink
Blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Feb 2, 2021
1 parent 886d511 commit 124144f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,11 +947,11 @@ def test_read_eclgrid():

def fipnum2zone():
"""Helper function for injecting mocked frame into
each realization
each realization
This function must be global to the module for
concurrent.futures to able to pickle it.
"""
This function must be global to the module for
concurrent.futures to able to pickle it.
"""
return pd.DataFrame(
columns=["FIPNUM", "ZONE"],
data=[
Expand Down

0 comments on commit 124144f

Please sign in to comment.