mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-14 11:57:44 +00:00
isort
This commit is contained in:
parent
3f24e4dce7
commit
5375c3a9b8
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
|||
#!/usr/local/bin/python
|
||||
|
||||
import jinja2
|
||||
import os
|
||||
import sys
|
||||
import subprocess
|
||||
import glob
|
||||
import codecs
|
||||
import glob
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
import jinja2
|
||||
|
||||
|
||||
# Utility functions
|
||||
|
|
Loading…
Reference in a new issue