Skip to content

Commit

Permalink
Remove unused extends.
Browse files Browse the repository at this point in the history
[Refactor]
  • Loading branch information
lemmy committed Mar 6, 2022
1 parent 04ed750 commit 4f16d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general-model/cosmos_client.tla
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(* the protocol implementation. *)
(***************************************************************************)

EXTENDS Naturals, Integers, Reals, Sequences, FiniteSets, TLC
EXTENDS Integers, Sequences, FiniteSets, TLC

(***************************************************************************)
(* Number of regions *)
Expand Down

0 comments on commit 4f16d98

Please sign in to comment.