Skip to content

Commit 3c0eafd

Browse files
committed
refactor: remove unused open statements from dune_ai_context.ml
1 parent 95d8b67 commit 3c0eafd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/dune_ai_context.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
only a `lib`, only a `bin`, or additional `test` stanzas.
1212
*)
1313

14-
open Printf
15-
open Str
1614
open Cmi_format
1715
open Format
18-
open Printtyp
1916
open Sexplib.Sexp
20-
open Unix
2117

2218
(** [read_file path] reads the whole content of the file at [path] and returns it as a string. *)
2319
let read_file (path : string) : string =

0 commit comments

Comments
 (0)