Skip to content

Commit

Permalink
fix(setup.py): fix setup.py coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Jun 27, 2023
1 parent e484b5f commit aa01d8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import json
import setuptools
import glob
import re
import sys
from setuptools import find_packages, setup, find_namespace_packages
from setuptools import find_packages, find_namespace_packages

if sys.version_info < (3, 10):
print("Error: databricks_session does not support this version of Python.")
Expand Down

0 comments on commit aa01d8e

Please sign in to comment.