Skip to content

Commit 0ce7374

Browse files
committed
Fix left over merge conflicts
1 parent 32f3682 commit 0ce7374

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

FWCore/ParameterSet/python/Types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,6 @@ def _valueFromContainer(self, value):
583583
self.__startSub = value[1]
584584
self.__end = value[2]
585585
self.__endSub = value[3]
586-
587-
588-
>>>>>>> 999d50d388e (Improvements to python configuration syntax)
589586
@staticmethod
590587
def _valueFromString(value:str):
591588
"""only used for cfg-parsing"""
@@ -1194,7 +1191,6 @@ def pythonValueForItem(self,item, options:PrintOptions) -> str:
11941191
elif isinstance(item, _Parameterizable):
11951192
return item.dumpPython(options)
11961193
return str(item)
1197-
>>>>>>> 999d50d388e (Improvements to python configuration syntax)
11981194
@staticmethod
11991195
def _valueFromString(value:str):
12001196
return VLuminosityBlockID(*_ValidatingParameterListBase._itemsFromStrings(value,LuminosityBlockID._valueFromString))

0 commit comments

Comments
 (0)