Skip to content

Commit 602fcf9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent da0db24 commit 602fcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mause_rpc/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import socket
77
from dataclasses import dataclass, field
88
from functools import partial
9-
from typing import Callable, Dict, Optional, TypeVar, overload, NoReturn
9+
from typing import Callable, Dict, NoReturn, Optional, TypeVar, overload
1010

1111
import dill
1212
import pika

0 commit comments

Comments
 (0)