Skip to content

Commit

Permalink
Fix type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Aug 25, 2023
1 parent a7753ee commit 88b17db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fauxmo/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""fauxmo.plugins :: Provide ABC for Fauxmo plugins."""

from __future__ import annotations

import abc
from typing import Callable

Expand Down

0 comments on commit 88b17db

Please sign in to comment.