Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-13 05:46:37 +00:00 committed by Gerrit Code Review
commit cfb172e809
3 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
from __future__ import absolute_import
import charms.reactive as reactive
import charms_openstack

View File

@ -12,10 +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 unittest
import mock

View File

@ -11,8 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# 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 charms_openstack.test_utils as test_utils
import charm.openstack.cinder_backup_swift_proxy as cinder_backup_swift_proxy