Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Oct 14, 2023
1 parent b3a6865 commit f25c052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyee/uplift.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def uplift(
error_handling: ErrorStrategy = "new",
proxy_new_listener: ProxyStrategy = "forward",
*args: Any,
**kwargs: Any
**kwargs: Any,
) -> UpliftingEventEmitter:
"""A helper to create instances of an event emitter `cls` that inherits
event behavior from an `underlying` event emitter instance.
Expand Down
2 changes: 1 addition & 1 deletion tests/test_async.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

from asyncio import Future, wait_for
import asyncio
from asyncio import Future, wait_for

import pytest
import pytest_asyncio.plugin # noqa
Expand Down

0 comments on commit f25c052

Please sign in to comment.