bots: Remove unneeded __future__ imports.

This commit is contained in:
Steve Howell 2017-12-12 07:32:14 -06:00
parent fd069dff82
commit f69d71c3b1
12 changed files with 0 additions and 28 deletions

View file

@ -1,5 +1,4 @@
# See readme.md for instructions on running this code.
from __future__ import print_function
import requests
import json