Skip to content

Commit 6db81c7

Browse files
authored
Newline Typo fix
Accidentally hit enter between "import" and "logging" on line 2.. oops!
1 parent 2101f77 commit 6db81c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

canopen/sdo/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import io
2-
import
3-
logging
2+
import logging
43
import queue
54
import struct
65
import time

0 commit comments

Comments
 (0)