Changeset - 1373fb9817de
[Not reviewed]
default
0 1 0
Dennis Fink - 9 years ago 2016-09-19 17:03:07
dennis.fink@c3l.lu
Remove unecessary import
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
spaceapi/state.py
Show inline comments
 
import json
 

	
 
from time import time
 

	
 
from flask import Blueprint, jsonify, request, current_app, abort
 

	
 
import tweepy
 

	
 
from .utils import ActiveStatus
 
from .auth import httpauth
 

	
 
state_views = Blueprint('state', __name__)
 

	
 

	
0 comments (0 inline, 0 general)