Another attempt to make BitBuket's version of pylint happy.
authorEdouard Tisserant
Tue, 20 Feb 2018 15:09:01 +0100
changeset 1956 2b90514edfbf
parent 1955 a1ea9856013a
child 1957 2d1cc4f5e4ef
Another attempt to make BitBuket's version of pylint happy.
runtime/PLCObject.py
--- a/runtime/PLCObject.py	Tue Feb 20 14:46:12 2018 +0100
+++ b/runtime/PLCObject.py	Tue Feb 20 15:09:01 2018 +0100
@@ -25,11 +25,11 @@
 from __future__ import absolute_import
 from threading import Timer, Thread, Lock, Semaphore, Event
 import ctypes
-import _ctypes  # pylint: disable=wrong-import-order
 import os
 import sys
 import traceback
 from time import time
+import _ctypes  # pylint: disable=wrong-import-order
 import Pyro.core as pyro
 
 from runtime.typemapping import TypeTranslator