We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8880b8 commit c74abb7Copy full SHA for c74abb7
1 file changed
vk_api/audio.py
@@ -1,6 +1,8 @@
1
# -*- coding: utf-8 -*-
2
-from bs4 import BeautifulSoup
3
import re
+
4
+from bs4 import BeautifulSoup
5
6
from .exceptions import AccessDenied
7
8
RE_AUDIO = re.compile(r'audio\d+_\d+_audios\d+')
0 commit comments