Skip to content

Commit

Permalink
Remove future dependency as is no longer used and `from __future__ …
Browse files Browse the repository at this point in the history
…import print_function` instances
  • Loading branch information
PabloVD authored and Blyron committed Dec 9, 2024
1 parent 7155b72 commit 20f20ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions PythonAPI/examples/automatic_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

"""Example of automatic vehicle control from client side, with a python defined agent"""

from __future__ import print_function

import argparse
import collections
import datetime
Expand Down
3 changes: 0 additions & 3 deletions PythonAPI/examples/manual_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
ESC : quit
"""

from __future__ import print_function


# ==============================================================================
# -- imports -------------------------------------------------------------------
# ==============================================================================
Expand Down
3 changes: 0 additions & 3 deletions PythonAPI/examples/manual_control_with_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
ESC : quit
"""

from __future__ import print_function


# ==============================================================================
# -- find carla module ---------------------------------------------------------
# ==============================================================================
Expand Down
1 change: 0 additions & 1 deletion PythonAPI/examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
future
numpy; python_version < '3.0'
numpy==1.24; python_version >= '3.0'
pygame
Expand Down

0 comments on commit 20f20ca

Please sign in to comment.