Skip to content

Commit

Permalink
WIP: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bauen1 committed Jan 4, 2025
1 parent 5d69792 commit 24740a3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pyinfra/api/facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,18 @@
import re
from inspect import getcallargs
from socket import error as socket_error, timeout as timeout_error
from typing import TYPE_CHECKING, Any, Callable, Generic, Iterable, Optional, Type, TypeVar, cast, override
from typing import (
TYPE_CHECKING,
Any,
Callable,
Generic,
Iterable,
Optional,
Type,
TypeVar,
cast,
override,
)

import click
import gevent
Expand Down

0 comments on commit 24740a3

Please sign in to comment.