Skip to content

Commit

Permalink
Fix pylint pysasl not importable
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Nov 25, 2023
1 parent 31965bc commit 018f8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ disable=raw-checker-failed,
logging-fstring-interpolation,

[IMPORTS]
ignored-modules=aiohttp,pymap,aiosmtpd,pytest,mail_devel
ignored-modules=aiohttp,pysasl,pymap,aiosmtpd,pytest,mail_devel
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install_requires =
aiohttp-jinja2
aiosmtpd
pymap
pysasl
passlib
typing-extensions

Expand Down

0 comments on commit 018f8e2

Please sign in to comment.