Skip to content

Commit

Permalink
fix pre-commit error due to identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Jul 30, 2024
1 parent ddf92ef commit f3d8187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pineko/theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ def get_eko_names(grid_path, name):
name : str
grid name, i.e. it's true stem
Returns
-----------
list[str] :
list containing the names of the ekos
Returns
-------
list[str] :
list containing the names of the ekos
"""
grid_kv = pineappl.grid.Grid.read(grid_path).key_values()
conv_type_1, conv_type_2 = evolve.get_grid_convolution_type(grid_kv)
Expand Down

0 comments on commit f3d8187

Please sign in to comment.