Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
3df5f151
Commit
3df5f151
authored
4 months ago
by
Hangzhi Yu
Browse files
Options
Downloads
Patches
Plain Diff
Add missing imports
parent
05dd6d08
No related branches found
No related tags found
1 merge request
!329
Introduce substitution to do list
Pipeline
#194175
failed
4 months ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: docker
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/chronos/managers.py
+1
-0
1 addition, 0 deletions
aleksis/apps/chronos/managers.py
aleksis/apps/chronos/models.py
+1
-1
1 addition, 1 deletion
aleksis/apps/chronos/models.py
with
2 additions
and
1 deletion
aleksis/apps/chronos/managers.py
+
1
−
0
View file @
3df5f151
from
datetime
import
datetime
from
enum
import
Enum
from
typing
import
Optional
,
Union
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/chronos/models.py
+
1
−
1
View file @
3df5f151
...
...
@@ -3,7 +3,7 @@ from __future__ import annotations
import
itertools
from
collections.abc
import
Iterable
from
datetime
import
date
from
datetime
import
date
,
datetime
from
typing
import
Any
from
django.contrib.contenttypes.models
import
ContentType
...
...
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