From 805903a534d3896f18f9216658834759ca0c4a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Wed, 3 Sep 2025 13:50:07 +0900 Subject: [PATCH] chore: not needed --- lib/rspec/openapi/schema_file.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rspec/openapi/schema_file.rb b/lib/rspec/openapi/schema_file.rb index 413c5ff8..7698d0ca 100644 --- a/lib/rspec/openapi/schema_file.rb +++ b/lib/rspec/openapi/schema_file.rb @@ -3,8 +3,6 @@ require 'fileutils' require 'yaml' require 'json' -require 'date' -require 'time' # TODO: Support JSON class RSpec::OpenAPI::SchemaFile