mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 22:08:39 -04:00
Remove obsolete __future__ imports (#8337)
This commit is contained in:
parent
c3c9732c53
commit
837293c314
19 changed files with 2 additions and 40 deletions
|
@ -32,8 +32,6 @@ To use, pipe the above into::
|
|||
PYTHON_PATH=. ./scripts/move_remote_media_to_new_store.py <source repo> <dest repo>
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import logging
|
||||
import os
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from synapse._scripts.register_new_matrix_user import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue