Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare committed Mar 5, 2024
1 parent 9755c80 commit f98e49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pydroid_ipcam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""PyDroidIPCam API for the Android IP Webcam app."""

import asyncio
from typing import Any, Dict, List, Optional, Union, cast

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Set up pydroid_ipcam package."""

from pathlib import Path

from setuptools import setup
Expand Down

0 comments on commit f98e49a

Please sign in to comment.