Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaynetdinov committed Aug 29, 2021
1 parent fc6fbd8 commit 2fe631e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vk/groups.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from .base import VKBase
from .error import VKError
from .messages import Message
from .photos import Photo
from .users import User
from .wall import Wall
from .error import VKError


class Group(VKBase):
Expand Down

0 comments on commit 2fe631e

Please sign in to comment.