X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1%2Fcontroller.py;h=23ef804cb7a75bac264806fa939789752f3bbbe5;hb=fe30c1726c397b1ee100cd3d3795758e7d21b6bf;hp=5daa8a56ff640b4d939315f04107817a1bd9cd44;hpb=14d016e5551fdc203770dd8f4eac4724152e4848;p=ric-plt%2Fa1.git diff --git a/a1/controller.py b/a1/controller.py index 5daa8a5..23ef804 100644 --- a/a1/controller.py +++ b/a1/controller.py @@ -1,6 +1,3 @@ -""" -Main a1 controller -""" # ================================================================================== # Copyright (c) 2019-2020 Nokia # Copyright (c) 2018-2020 AT&T Intellectual Property. @@ -17,6 +14,9 @@ Main a1 controller # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== +""" +Main a1 controller +""" from jsonschema import validate from jsonschema.exceptions import ValidationError import connexion