Skip to content

Commit

Permalink
Services: Add missing import
Browse files Browse the repository at this point in the history
It's needed since acad802
  • Loading branch information
progval committed Sep 8, 2023
1 parent 9e82e3f commit f905036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Services/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import supybot.conf as conf
import supybot.utils as utils
from supybot.commands import *
import supybot.irclib as irclib
import supybot.ircmsgs as ircmsgs
import supybot.ircutils as ircutils
import supybot.callbacks as callbacks
Expand Down

0 comments on commit f905036

Please sign in to comment.