Skip to content

Commit

Permalink
Keep future imports for use in MemberVisible
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Sep 20, 2024
1 parent 0c8858a commit b3e1748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fire/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

"""Provides tab completion functionality for CLIs built with Fire."""

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import collections
import copy
import inspect
Expand Down

0 comments on commit b3e1748

Please sign in to comment.