Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 14, 2024
1 parent d54c822 commit 41a152e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions indexer/src/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ def get_file_from_latest_version(
logging.exception(e)
raise e

def get_file_path(
self: str, channel: str, file_name: str
) -> str:
def get_file_path(self: str, channel: str, file_name: str) -> str:
"""
A method to get a file in the latest version of the
current directory by its target and type
Expand Down

0 comments on commit 41a152e

Please sign in to comment.