remove json import

This commit is contained in:
Jannes Höke 2016-02-07 15:09:41 +01:00
parent 17ac73c3c4
commit eac3d8842d

View file

@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
import json
import logging import logging
from telegram import NullHandler from telegram import NullHandler