Fix return state of _is_sunchronous method.
Compare changes
- Wieslaw Kedzierski authored
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 2
− 2
@@ -206,7 +206,7 @@ class AbstractAsyncHandle(ABC, AbstractHandle, ContextAsync[Self]): # type: ign
@@ -231,4 +231,4 @@ class AbstractSyncHandle(ABC, AbstractHandle, ContextSync[Self]): # type: ignor