Fix INF-354 repeat delete same subscription should return 404
[pti/o2.git] / o2ims / views / __init__.py
index 42ba58c..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__)
@@ -26,7 +24,7 @@ def configure_namespace(app):
     apimonitoring = config.get_o2ims_monitoring_api_base()
     logger.info(
         "Expose the O2 IMS API:{}\n \
-        \nExpose Monitoring API: {}".
+        Expose Monitoring API: {}".
         format(apiims, apimonitoring))
 
     ocloud_route.configure_api_route()