Skip to content

Commit

Permalink
Remove capture group (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jan 16, 2014
1 parent 3891db9 commit 711052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from sentry.web.helpers import render_to_string

_Exception = Exception
_ruby_anon_func = re.compile(r'_(?:\d{2,})')
_ruby_anon_func = re.compile(r'_\d{2,}')
_filename_version_re = re.compile(r"""(?:
v?(?:\d+\.)*\d+| # version numbers, v1, 1.0.0
[a-f0-9]{7,8}| # short sha
Expand Down

0 comments on commit 711052c

Please sign in to comment.