Remove invalid key-value pair from .gitreview 25/3125/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 2 Apr 2020 19:45:31 +0000 (15:45 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 2 Apr 2020 19:45:31 +0000 (15:45 -0400)
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I9817c3ad360ee7e394732d492ce364cec2adfff7

.gitignore
.gitreview

index 9d5f770..8564645 100644 (file)
@@ -87,6 +87,9 @@ target/
 # pyenv
 .python-version
 
+# pycharm
+.idea
+
 # celery beat schedule file
 celerybeat-schedule
 
index 15e390d..f5eadb0 100644 (file)
@@ -1,8 +1,5 @@
-
-        [gerrit]
-        host=gerrit.o-ran-sc.org
-        port=29418
-        project=ric-plt/xapp-frame-py
-        defaultbranch=master
-        asd=asdf
-        
\ No newline at end of file
+[gerrit]
+host=gerrit.o-ran-sc.org
+port=29418
+project=ric-plt/xapp-frame-py
+defaultbranch=master