Skip to content

Commit

Permalink
change raise to warnings.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Oct 11, 2023
1 parent 142c588 commit 73def82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefixmaps/datamodel/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from dataclasses import dataclass, field
from enum import Enum
from typing import List, Mapping, Optional
import warnings

import curies

Expand Down

0 comments on commit 73def82

Please sign in to comment.