Fokko commented on a change in pull request #29109:
URL: https://github.com/apache/spark/pull/29109#discussion_r454595646



##########
File path: python/pyspark/sql/tests/test_pandas_udf_scalar.py
##########
@@ -14,7 +14,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-import datetime

Review comment:
       Yes, this is fixing all the duplicate imports:
   ```
   fokkodriesprong@Fan spark % mypy python/ | grep -i "already defined (by an 
import)"
   python/pyspark/sql/tests/test_pandas_udf_scalar.py:25: error: Name 
'datetime' already defined (by an import)
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to