Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Jan 12, 2025
1 parent bbe8d93 commit 2d9626d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.util.Locale;
import java.util.ResourceBundle;
import java.util.concurrent.CompletableFuture;

import io.github.jy95.fds.common.bundle.MultiResourceBundleControl;

Expand Down
1 change: 0 additions & 1 deletion r4/src/main/java/io/github/jy95/fds/r4/DosageAPIR4.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.hl7.fhir.r4.model.Dosage;

import java.util.List;
import java.util.concurrent.CompletableFuture;

public class DosageAPIR4 extends DosageAPI<FDSConfigR4, Dosage> {

Expand Down

0 comments on commit 2d9626d

Please sign in to comment.