Update error handling; update selector; change delete response code to 200
[pti/o2.git] / o2ims / views / __init__.py
index 58d5f69..df2c304 100644 (file)
 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
-
+from . import api_ns, ocloud_route, alarm_route
 
 from o2common.config import config
-from . import ocloud_route, alarm_route
-from . import api_ns
 
 from o2common.helper import o2logging
 logger = o2logging.get_logger(__name__)