Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
weee-open-bot committed Nov 8, 2024
1 parent 2987b26 commit 8750099
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions weeelab_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"""

import datetime

# Modules
import json
import os
Expand All @@ -40,12 +41,9 @@
from pytarallo.Errors import AuthenticationError, ItemNotFoundError
from pytarallo.Tarallo import Tarallo

from LdapWrapper import (AccountLockedError, AccountNotFoundError,
DuplicateEntryError, LdapConnection,
LdapConnectionError, People, Person, User, Users)
from LdapWrapper import AccountLockedError, AccountNotFoundError, DuplicateEntryError, LdapConnection, LdapConnectionError, People, Person, User, Users
from Quotes import Quotes
from remote_commands import (shutdown_command, ssh_i_am_door_command,
ssh_weeelab_command)
from remote_commands import shutdown_command, ssh_i_am_door_command, ssh_weeelab_command
from ssh_util import SSHUtil
from stream_yt_audio import LofiVlcPlayer
from ToLab import ToLab, Tolab_Calendar
Expand Down

0 comments on commit 8750099

Please sign in to comment.