Skip to content

Commit 58ca608

Browse files
committed
ftespnow: Fix spelling mistakes and code formatting issues.
Signed-off-by: Guilherme Laurindo Schneck <guilhermeschneck@gmail.com>
1 parent 13cd54c commit 58ca608

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
try:
2-
from .clinet import *
2+
from .client import *
33
except ImportError:
44
pass
55

66
try:
7-
from.server import *
7+
from .server import *
88
except ImportError:
9-
pass
9+
pass

0 commit comments

Comments
 (0)