Skip to content

Commit

Permalink
Issue #479 - Remove unused re module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Dec 16, 2014
1 parent d1e81c0 commit 246e978
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion webcompat/api/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
back to GitHub'''

import json
import re

from flask import abort
from flask import Blueprint
Expand Down
1 change: 0 additions & 1 deletion webcompat/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import datetime
import math
import urlparse
import re

from babel.dates import format_timedelta
from flask import session
Expand Down

0 comments on commit 246e978

Please sign in to comment.