Skip to content

Commit

Permalink
Remove unnecessary future import
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 27, 2023
1 parent 7e1d7e6 commit c44f587
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dic2owl/dic2owl/dic2owl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Python script for generating an ontology corresponding to a CIF dictionary.
"""
from __future__ import annotations

from contextlib import redirect_stderr
from os import devnull as DEVNULL
from pathlib import Path
Expand Down

0 comments on commit c44f587

Please sign in to comment.