Skip to content

Commit

Permalink
avoid errors in python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Apr 28, 2024
1 parent 07dbe6a commit 016aafa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deltachat_chatbot/gpt4all.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# pylama:ignore=C0114,W0212,R0913,R0914,C0301,R1735,
from __future__ import annotations

import ctypes
import warnings
from typing import Any
Expand Down

0 comments on commit 016aafa

Please sign in to comment.