Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
briehl committed Dec 11, 2024
1 parent a10dc03 commit b010cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staging_service/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def _make_dts_file_resolver() -> Callable[[Path], FileTypeResolution]:
This injects the DTS schema into the FileTypeResolution's parser call.
"""

def dts_file_resolver(path: PathPy) -> FileTypeResolution:
# must be a ".json" file
suffix = path.suffix[1:] if path.suffix else NO_EXTENSION
Expand Down

0 comments on commit b010cde

Please sign in to comment.