Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
7b33869b
Commit
7b33869b
authored
3 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup: Odstranění přebytečných importů
parent
db8231d3
Branches
Branches containing commit
No related tags found
1 merge request
!97
Import orgů
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mo/web/org_contest.py
+1
-3
1 addition, 3 deletions
mo/web/org_contest.py
mo/web/org_users.py
+1
-1
1 addition, 1 deletion
mo/web/org_users.py
with
2 additions
and
4 deletions
mo/web/org_contest.py
+
1
−
3
View file @
7b33869b
...
...
@@ -7,7 +7,6 @@ from sqlalchemy import func, and_, select
from
sqlalchemy.orm
import
joinedload
,
aliased
from
sqlalchemy.orm.query
import
Query
from
sqlalchemy.dialects.postgresql
import
insert
as
pgsql_insert
import
sqlalchemy.sql.schema
from
typing
import
Any
,
List
,
Tuple
,
Optional
,
Dict
import
urllib.parse
import
werkzeug.exceptions
...
...
@@ -16,10 +15,9 @@ import wtforms.validators as validators
from
wtforms.widgets.html5
import
NumberInput
import
mo
from
mo.csv
import
FileFormat
import
mo.config
as
config
import
mo.db
as
db
from
mo.imports
import
ImportType
,
PointsImport
,
ContestImport
,
OrgsImport
from
mo.imports
import
PointsImport
,
ContestImport
,
OrgsImport
import
mo.jobs.submit
from
mo.rights
import
Right
,
RoundRights
import
mo.util
...
...
This diff is collapsed.
Click to expand it.
mo/web/org_users.py
+
1
−
1
View file @
7b33869b
...
...
@@ -15,7 +15,7 @@ from wtforms.validators import Required
import
mo
import
mo.db
as
db
import
mo.email
from
mo.imports
import
OrgsImport
,
GlobalOrgsImport
from
mo.imports
import
GlobalOrgsImport
from
mo.rights
import
Right
import
mo.util
import
mo.users
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment