Skip to content

Commit b418ace

Browse files
lalunamelalexrudall
authored andcommitted
Fix rubocop offense
1 parent 83c2614 commit b418ace

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/openai.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ def call(env)
3838

3939
class Configuration
4040
attr_writer :access_token
41-
attr_accessor :api_type, :api_version, :log_errors, :organization_id, :uri_base, :request_timeout,
41+
attr_accessor :api_type,
42+
:api_version,
43+
:log_errors,
44+
:organization_id,
45+
:uri_base,
46+
:request_timeout,
4247
:extra_headers
4348

4449
DEFAULT_API_VERSION = "v1".freeze

0 commit comments

Comments
 (0)