Skip to content

Commit

Permalink
Removed redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonis Christofides committed Apr 10, 2013
1 parent 0723bdf commit 4aef9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsgi_
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env.addr 127.0.0.1:4999

UWSGI_STATS = ''

import os, os.path, sys, time, datetime, json, re, socket
import os, os.path, sys, json, socket
from pprint import pformat

UWSGI_STATS = UWSGI_STATS or os.environ.get('addr', '')
Expand Down

0 comments on commit 4aef9a4

Please sign in to comment.