From 409a6ef04e9b7eff3d13831621982e7b01e75ef5 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 13 Apr 2018 23:39:59 +0300 Subject: [PATCH] remove 'coding' comment --- birthdays-cal.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/birthdays-cal.py b/birthdays-cal.py index 24f6dd5..cce6527 100644 --- a/birthdays-cal.py +++ b/birthdays-cal.py @@ -1,10 +1,8 @@ - -# -*- coding: utf-8 -*- - import datetime import hashlib import sys from bisect import bisect + import yaml from icalendar import Calendar, Event