Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
9c98be88
Commit
9c98be88
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[utils][management] Clean unused import
parent
7a74f316
No related branches found
No related tags found
2 merge requests
!255
1.4.x
,
!249
Web fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/web/utils/management/commands/list_active_users.py
+1
-1
1 addition, 1 deletion
beat/web/utils/management/commands/list_active_users.py
with
1 addition
and
1 deletion
beat/web/utils/management/commands/list_active_users.py
+
1
−
1
View file @
9c98be88
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
###############################################################################
###############################################################################
from
django.core.management.base
import
BaseCommand
,
CommandError
from
django.core.management.base
import
BaseCommand
from
django.contrib.auth.models
import
User
from
django.contrib.auth.models
import
User
from
django.contrib.sessions.models
import
Session
from
django.contrib.sessions.models
import
Session
from
django.utils
import
timezone
from
django.utils
import
timezone
...
...
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