Skip to content

Commit 94d1b3f

Browse files
committed
Added missing import for extract_arguments()
1 parent ef68bed commit 94d1b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telebot/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
import threading
4+
import re
45
import sys
56
import six
67
from six import string_types

0 commit comments

Comments
 (0)