Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
This was left out in #1625.
  • Loading branch information
lucc committed Aug 27, 2023
1 parent d94d0ad commit 43c9d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alot/utils/configobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
import mailbox
import os
import re
from urllib.parse import urlparse

Expand Down

0 comments on commit 43c9d5d

Please sign in to comment.