Skip to content

Commit

Permalink
use start imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ltorje-8x8 committed Feb 16, 2024
1 parent 30e0a0e commit 37b3e33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import java.time.*;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.Supplier;
import java.util.function.*;


@WebSocket
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package org.jitsi.jigasi.transcription;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;

import java.nio.ByteBuffer;
import java.nio.*;

import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import static org.assertj.core.api.Assertions.*;
import static org.mockito.Mockito.*;

class WhisperWebsocketTest
{
Expand Down

0 comments on commit 37b3e33

Please sign in to comment.