Skip to content

Commit

Permalink
remove line of code that is not related to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Clockcode authored and petrjasek committed Sep 27, 2024
1 parent 1e8a51c commit a6869e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cp/ai/semaphore.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def transform_xml_response(xml_data):
SCHEMES = {
"Place": "http://cv.cp.org/Places/",
"Organization": "http://cv.cp.org/Organizations/",
"Person": "http://cv.cp.org/People/",
"Person": "http://cv.cp.org/Person/",
"Event": "http://cv.cp.org/Events/",
}
media_topic_labels = {}
Expand Down

0 comments on commit a6869e2

Please sign in to comment.