Skip to content

Commit

Permalink
Apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jul 2, 2024
1 parent 7d753fc commit 28a6b4e
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 304 deletions.
1 change: 1 addition & 0 deletions python/acquire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def setup(
output_filename: Optional[str] = "out.tif",
) -> Properties:
"""Set up the runtime with a camera and storage device."""

def normalize_fallback_arg(arg: Union[str, List[str]]) -> List[str]:
if isinstance(arg, str):
return [arg]
Expand Down
Loading

0 comments on commit 28a6b4e

Please sign in to comment.