Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Apr 11, 2024
1 parent d8c56a9 commit f1b898c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ To setup your development environment, you need to do something like this:
git clone https://github.com/deltachat/mailadm
python3 -m venv venv
. venv/bin/activate
pip install pytest tox pytest-xdist pytest-timeout pyzbar
pip install pytest tox pytest-xdist pytest-timeout pyzbar black ruff
sudo apt install -y libzbar0
pip install .
Expand Down
1 change: 1 addition & 0 deletions src/mailadm/app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
help gunicorn and other WSGI servers to instantiate a web instance of mailadm
"""

import threading

from mailadm.bot import get_admbot_db_path
Expand Down

0 comments on commit f1b898c

Please sign in to comment.