mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
fix PEP8 "E401 multiple imports on one line"
This commit is contained in:
parent
fcca0ddb1f
commit
2f2618e06c
10 changed files with 22 additions and 10 deletions
|
@ -17,7 +17,9 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import os, sys, re
|
||||
import os
|
||||
import sys
|
||||
import re
|
||||
import shutil
|
||||
import glob
|
||||
import stat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue