Skip to content

Commit 24740a3

Browse files
committedJan 4, 2025
WIP: fix formatting
1 parent 5d69792 commit 24740a3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed
 

‎pyinfra/api/facts.py

+12-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@
1414
import re
1515
from inspect import getcallargs
1616
from socket import error as socket_error, timeout as timeout_error
17-
from typing import TYPE_CHECKING, Any, Callable, Generic, Iterable, Optional, Type, TypeVar, cast, override
17+
from typing import (
18+
TYPE_CHECKING,
19+
Any,
20+
Callable,
21+
Generic,
22+
Iterable,
23+
Optional,
24+
Type,
25+
TypeVar,
26+
cast,
27+
override,
28+
)
1829

1930
import click
2031
import gevent

0 commit comments

Comments
 (0)
Failed to load comments.