From 58af839d8f7b47aea2c4ab37f2b5e168c03a3bb0 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 21 May 2025 22:34:37 +0200 Subject: agree a bit with black's formatting recommendations --- linuxnamespaces/filedescriptor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linuxnamespaces/filedescriptor.py') diff --git a/linuxnamespaces/filedescriptor.py b/linuxnamespaces/filedescriptor.py index ea699c2..f9460bf 100644 --- a/linuxnamespaces/filedescriptor.py +++ b/linuxnamespaces/filedescriptor.py @@ -10,8 +10,7 @@ import typing @typing.runtime_checkable class HasFileno(typing.Protocol): - def fileno(self) -> int: - ... + def fileno(self) -> int: ... FileDescriptorLike = int | HasFileno -- cgit v1.2.3