Skip to content

Commit

Permalink
Remove unused Json_encoding opens
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jan 7, 2022
1 parent d563ea5 commit af1c072
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/util/jsonSchema.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ let encoding_of_schema (schema: Json_schema.schema): unit Json_encoding.encoding
let root = Json_schema.root schema in
Json_encoding.mu "" (fun top -> encoding_of_schema_element top root)

open Json_encoding
open Json_schema

let rec element_defaults (element: element): Yojson.Safe.t =
Expand Down
1 change: 0 additions & 1 deletion src/util/options.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
open Json_encoding
open Json_schema


Expand Down

0 comments on commit af1c072

Please sign in to comment.