Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 31bca10

Browse files
michjnichmattrasband
authored andcommitted
Remove old regex
1 parent b9548aa commit 31bca10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sirbot_pyslackers/endpoints/slack/messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from .utils import ADMIN_CHANNEL, HELP_FIELD_DESCRIPTIONS
1414

1515
LOG = logging.getLogger(__name__)
16-
STOCK_REGEX = re.compile(r"\b(?P<asset_class>[cs])\$(?P<symbol>\^?[A-Z.]{1,5})\b")
1716
STOCK_REGEX = re.compile(
1817
r"\b(?P<asset_class>[cs])\$(?P<symbol>\^?[A-Z.]{1,5})-?(?P<currency>[A-Z]{3})?\b"
1918
)

0 commit comments

Comments
 (0)