Skip to content

Commit

Permalink
Remove unneeded Meaning declaration in test_language.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashvin-Ranjan committed Nov 20, 2024
1 parent 80d0a99 commit be7d89e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/test_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class TestLanguage:
tuple(Referent(key, {"phylum": val}) for (key, val) in pairs2.items())
)

meaning = Meaning(mapping=uni_refs, universe=uni)

dog = Expression(
form="dog",
meaning=Meaning(
Expand Down

0 comments on commit be7d89e

Please sign in to comment.