Skip to content

Commit

Permalink
Merge pull request #212 from pyhoneybot/chore/unaccessed-function
Browse files Browse the repository at this point in the history
chore: remove unaccessed function from botcore file
  • Loading branch information
Abdur-rahmaanJ authored Sep 24, 2024
2 parents 01eb402 + be19d32 commit 473efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/honeybot/api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from honeybot.api import commands, memory
from honeybot.api import print as output
from honeybot.api.utils import configfile_to_list, get_requirements, prevent_none
from honeybot.api.utils import get_requirements, prevent_none

plugins = []

Expand Down

0 comments on commit 473efb7

Please sign in to comment.