Skip to content

Commit

Permalink
Remove dangling use of python-future from rrdd.py (#6247)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhoes authored Jan 23, 2025
2 parents 4441556 + 42512ab commit 0e99836
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ocaml/xcp-rrdd/scripts/rrdd/rrdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@

from __future__ import print_function

from future import standard_library
standard_library.install_aliases()
from builtins import str
from builtins import range
from builtins import object
import http.client
import os
import json
Expand Down

0 comments on commit 0e99836

Please sign in to comment.