Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Jan 30, 2023
1 parent 73dcb94 commit 86e6b58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rhoknp/cohesion/pas.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def from_pas_string(cls, base_phrase: "BasePhrase", fstring: str, format_: CaseI
if case_flag in ("U", "-"):
continue
arg_type = ArgumentType(case_flag)
arg: Argument
if format_ == CaseInfoFormat.CASE:
tid, sdist, sid = int(fields[0]), int(fields[1]), fields[2]
assert arg_type != ArgumentType.EXOPHORA
Expand Down

0 comments on commit 86e6b58

Please sign in to comment.