Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>
  • Loading branch information
MaximumEntropy committed Aug 9, 2021
1 parent 6b474ed commit 323d938
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tools/nmt_grpc_service/asr_nmt_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

import argparse
import os
import sys
import wave

Expand Down
2 changes: 0 additions & 2 deletions tools/nmt_grpc_service/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# limitations under the License.

import argparse
import os
import sys
from time import time

import api.nmt_pb2 as nmt
Expand Down
1 change: 0 additions & 1 deletion tools/nmt_grpc_service/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import argparse
import os
import sys
from concurrent import futures

import api.nmt_pb2 as nmt
Expand Down

0 comments on commit 323d938

Please sign in to comment.