Skip to content

Commit

Permalink
missed some
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 14, 2025
1 parent c4cc88d commit 245b04d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions nomenklatura/statement/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"dataset",
"lang",
"original_value",
"target",
"external",
"first_seen",
"last_seen",
Expand All @@ -41,7 +40,7 @@
"dataset",
"lang",
"original_value",
"target",
"_",
"external",
"first_seen",
"last_seen",
Expand Down
2 changes: 0 additions & 2 deletions nomenklatura/store/resolved.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def _unpack(self, data: bytes) -> CE:
dataset,
lang,
original_value,
target,
# external,
first_seen,
last_seen,
Expand All @@ -166,7 +165,6 @@ def _unpack(self, data: bytes) -> CE:
dataset=dataset,
lang=lang,
original_value=original_value,
target=target,
external=False,
first_seen=first_seen,
last_seen=last_seen,
Expand Down

0 comments on commit 245b04d

Please sign in to comment.