Skip to content

Commit

Permalink
Fix accept
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Feb 7, 2025
1 parent 3b09e84 commit 4dc0c58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rdmo/projects/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def get_view(self, view_uri):
class RDMOXMLImport(Import):

accept = {
'application/xml': ['.xml'],
'text/xml': ['.xml']
'application/xml': ['.xml']
}

def check(self):
Expand Down

0 comments on commit 4dc0c58

Please sign in to comment.