Removed unecessary comments

This commit is contained in:
Maximilian Giller 2019-02-19 21:43:40 +01:00
parent d0e7ee3fa8
commit c9afe86c95

View file

@ -1,5 +1,3 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
class DisplayAdapter (object):
"""Interface for CalendarDesign output channels"""
def render (self, design):