Skip to content

Commit

Permalink
teuthology: drop __future__ import for print
Browse files Browse the repository at this point in the history
We don't need to support backward compatibility with python 2.

Signed-off-by: Kyrylo Shatskyy <[email protected]>
  • Loading branch information
kshtsk committed Dec 20, 2024
1 parent e4eeebd commit 81ceae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teuthology/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import print_function
import os, sys
try:
import importlib.metadata as importlib_metadata
Expand Down

0 comments on commit 81ceae9

Please sign in to comment.