Skip to content

Commit

Permalink
Isort tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay committed Mar 17, 2022
1 parent e2dbae9 commit 4154397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orion/algo/space/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __repr__(self):
return "..."


def _to_snake_case(name):
def _to_snake_case(name: str) -> str:
"""Transform a class name ``MyClassName`` to snakecase ``my_class_name``"""
frags = []

Expand Down

0 comments on commit 4154397

Please sign in to comment.