We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab74c63 commit fc8e21bCopy full SHA for fc8e21b
1 file changed
opencage/command_line.py
@@ -17,8 +17,6 @@ def main(args=sys.argv[1:]):
17
"""
18
options = parse_args(args)
19
20
- assert sys.version_info >= (3, 8), "Script requires Python 3.8 or newer"
21
-
22
geocoder = OpenCageBatchGeocoder(options)
23
24
with options.input as input_filename:
0 commit comments