forked from loafle/openapi-generator-original
remove unused import in r package (#12867)
This commit is contained in:
parent
4dfac192f8
commit
28b74d79cb
@ -11,5 +11,5 @@ Encoding: UTF-8
|
||||
License: {{#lambdaLicense}}{{licenseInfo}}{{/lambdaLicense}}{{^licenseInfo}}Unlicense{{/licenseInfo}}
|
||||
LazyData: true
|
||||
Suggests: testthat
|
||||
Imports: jsonlite, httr, R6, base64enc{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}}
|
||||
Imports: jsonlite, httr, R6, base64enc
|
||||
RoxygenNote: 7.2.0
|
||||
|
@ -11,5 +11,5 @@ Encoding: UTF-8
|
||||
License: Apache License 2.0
|
||||
LazyData: true
|
||||
Suggests: testthat
|
||||
Imports: jsonlite, httr, R6, base64enc, rlang
|
||||
Imports: jsonlite, httr, R6, base64enc
|
||||
RoxygenNote: 7.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user