Explorar o código

Remove useless parenthesis.

Guillaume Ayoub %!s(int64=15) %!d(string=hai) anos
pai
achega
97dd530bb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

@@ -151,7 +151,7 @@ class CalendarHTTPHandler(server.BaseHTTPRequestHandler):
     @check_rights
     def do_GET(self):
         """Manage GET request."""
-        item_name = (xmlutils.name_from_path(self.path))
+        item_name = xmlutils.name_from_path(self.path)
         if item_name:
             # Get calendar item
             items = self._calendar.timezones