Skip to content

Commit

Permalink
📝 Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Martínez Galindo <[email protected]>
  • Loading branch information
Marcos Martínez Galindo authored and Marcos Martínez Galindo committed Aug 19, 2024
1 parent ac1be51 commit f5a2a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zshot/linker/linker_tars.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, default_entities: Optional[str] = "conll-short"):
super().__init__()
if not pkgutil.find_loader("flair"):
raise Exception("Flair module not installed. You need to install Flair for using this class."
"Install it with: pip install flair>pip install =0.13")
"Install it with: pip install flair>=0.13")

self.is_end2end = True
self.default_entities = default_entities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@pytest.fixture(scope="module", autouse=True)
def teardown():
logger.warning("Starting smxm tests")
logger.warning("Starting gliner tests")
yield True
gc.collect()

Expand Down

0 comments on commit f5a2a9a

Please sign in to comment.