Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Jan 21, 2025
1 parent 71d4408 commit e6b5b2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Sources/Automerge/Document.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import class AutomergeUniffi.Doc
import protocol AutomergeUniffi.DocProtocol
import enum AutomergeUniffi.TextEncoding
import Foundation

/// An Automerge document that provides an interface to the document-structured data it contains.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Automerge/TextEncoding.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AutomergeUniffi
import enum AutomergeUniffi.TextEncoding
import Foundation

/// An enumeration representing different types of text encoding.
Expand Down

0 comments on commit e6b5b2a

Please sign in to comment.