Adding release notes and enabling import order check
[osm/common.git] / osm_common / tests / test_msgbase.py
index 665968e..d5092b1 100644 (file)
@@ -18,9 +18,9 @@
 ##
 
 import http
-import pytest
 
 from osm_common.msgbase import MsgBase, MsgException
+import pytest
 
 
 def exception_message(message):