Skip to content

Commit

Permalink
Remove __future__ import
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli committed Feb 6, 2025
1 parent cbf4587 commit ccd5623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/classic/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
results and looking for errors.
"""

from __future__ import absolute_import
import os
import glob

Expand Down

0 comments on commit ccd5623

Please sign in to comment.