Skip to content

Commit

Permalink
Not in use nor keywords in unit test?
Browse files Browse the repository at this point in the history
  • Loading branch information
oljemark committed Oct 11, 2024
1 parent b5722fb commit 0fd6144
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/python/WMCore/Services/RequestDB/RequestDBWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ def __init__(self, couchURL, couchapp="ReqMgr"):
# set the connection for local couchDB call
# inherited from WMStatsReader
self._commonInit(couchURL, couchapp)
self._propertyNeedToBeEncoded = ["RequestTransition",
"PriorityTransition",
"SiteWhitelist",
"SiteBlacklist",
"BlockWhitelist",
"InputDatasetTypes",
"OutputDatasets"]

def insertGenericRequest(self, doc):

Expand Down

0 comments on commit 0fd6144

Please sign in to comment.