Skip to content

Commit c74abb7

Browse files
committed
Reformat imports
1 parent b8880b8 commit c74abb7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vk_api/audio.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
2-
from bs4 import BeautifulSoup
32
import re
3+
4+
from bs4 import BeautifulSoup
5+
46
from .exceptions import AccessDenied
57

68
RE_AUDIO = re.compile(r'audio\d+_\d+_audios\d+')

0 commit comments

Comments
 (0)