Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-13 05:41:26 +00:00 committed by Gerrit Code Review
commit a04eeaf8d4
4 changed files with 0 additions and 8 deletions

View File

@ -15,7 +15,6 @@
# bare functions are provided to the reactive handlers to perform the functions
# needed on the class.
from __future__ import absolute_import
import os
import textwrap

View File

@ -13,7 +13,6 @@
# limitations under the License.
# this is just for the reactive handlers and calls into the charm.
from __future__ import absolute_import
import charms.reactive
import charms_openstack.charm

View File

@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
from __future__ import print_function
import mock
import charm.openstack.manila_generic as manila_generic

View File

@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
from __future__ import print_function
import mock
import reactive.manila_generic_handlers as handlers