mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-29 05:01:02 +08:00
Rearrange the imports to meet the style guide
This also includes `from __future__ import absolute_import` in every file so that the imports are consistent in Python 2 and 3. The Python 2 tests fail without this.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# For an up-to-date version of this module, see:
|
||||
# https://pagure.io/monitor-flask-sqlalchemy
|
||||
|
||||
from __future__ import absolute_import
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user