Skip to content

Commit 8fd1cdc

Browse files
committed
Remove unused imports
1 parent e6e5b5f commit 8fd1cdc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cassandra/components.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,12 @@
3939
# relevant python component.
4040

4141
import os
42-
import os.path
4342
import re
4443
import subprocess
4544
import threading
46-
import tempfile
4745
import logging
4846
import pkg_resources
4947
import pandas as pd
50-
from sys import stdout
51-
from sys import stderr
5248
from cassandra import util
5349

5450
# This class is here to make it easy for a class to ignore failures to

0 commit comments

Comments
 (0)