Skip to content

Commit

Permalink
🐛 Add future annotations import to prevent circularity
Browse files Browse the repository at this point in the history
  • Loading branch information
jumelet committed Nov 19, 2021
1 parent 9afaa77 commit 01049db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diagnnose/models/import_model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import annotations
from typing import Type

from .language_model import LanguageModel
Expand Down

0 comments on commit 01049db

Please sign in to comment.