Skip to content

Commit 81ade68

Browse files
author
Andreas Savvides
committed
Removing unused imports
1 parent 730e1e6 commit 81ade68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

findcoder-appengine/api/coder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@
1717
# limitations under the License.
1818

1919
import webapp2
20-
import os
2120
import time
22-
import logging
2321
import re
2422
import json
25-
import math
2623
from google.appengine.api import memcache
2724

2825
CACHETIME = 120

0 commit comments

Comments
 (0)