Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin committed Feb 17, 2024
1 parent 633dd34 commit d22601b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions manage/update_manifest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Update the manifest file."""

import sys
import json
import os
Expand Down
1 change: 1 addition & 0 deletions tests/hass_mocks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Mock helpers."""

from homeassistant.config_entries import ConfigEntry, SOURCE_USER
from homeassistant.util import uuid as uuid_util

Expand Down
1 change: 1 addition & 0 deletions tests/timer_services_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Timer services tests."""

import asyncio
from asyncio import Future
from datetime import timedelta
Expand Down
1 change: 1 addition & 0 deletions tests/util_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Timer services tests."""

from asyncio import Future
from unittest.mock import patch, MagicMock

Expand Down

0 comments on commit d22601b

Please sign in to comment.