diff options
Diffstat (limited to 'bvggrabber/api')
-rw-r--r-- | bvggrabber/api/__init__.py | 4 | ||||
-rw-r--r-- | bvggrabber/api/actualdeparture.py | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/bvggrabber/api/__init__.py b/bvggrabber/api/__init__.py index 063e7e2..daaeca0 100644 --- a/bvggrabber/api/__init__.py +++ b/bvggrabber/api/__init__.py @@ -1,6 +1,4 @@ # -*- coding: utf-8 -*- - - from datetime import datetime from dateutil.parser import parse @@ -45,4 +43,4 @@ class Departure(): return self.when - datetime.now() def to_json(self): - pass
\ No newline at end of file + pass diff --git a/bvggrabber/api/actualdeparture.py b/bvggrabber/api/actualdeparture.py index a282c7f..93181cc 100644 --- a/bvggrabber/api/actualdeparture.py +++ b/bvggrabber/api/actualdeparture.py @@ -1,6 +1,4 @@ # -*- coding: utf-8 -*- - - import requests from bs4 import BeautifulSoup |