Skip to content

Commit 8594bf9

Browse files
committed
fix: import in swift and apple docs
1 parent 523c165 commit 8594bf9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

templates/swift/docs/example.md.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ import {{ spec.title | caseUcfirst }}Enums
66
{% set addedEnum = true %}
77
{% endif %}
88
{% endfor %}
9-
{% if method.parameters.all | hasPermissionParam %}
10-
import {{ spec.title | caseUcfirst }}Permission
11-
import {{ spec.title | caseUcfirst }}Role
12-
{% endif %}
139

1410
let client = Client()
1511
{% if method.auth|length > 0 %}

0 commit comments

Comments
 (0)