Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
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
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
a15a046c
Unverified
Commit
a15a046c
authored
3 years ago
by
Andrew Morgan
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Clean up a broken import in admin_cmd.py (#10154)
parent
d26d15ba
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/10154.bugfix
+1
-0
1 addition, 0 deletions
changelog.d/10154.bugfix
synapse/app/admin_cmd.py
+0
-2
0 additions, 2 deletions
synapse/app/admin_cmd.py
with
1 addition
and
2 deletions
changelog.d/10154.bugfix
0 → 100644
+
1
−
0
View file @
a15a046c
Remove a broken import line in Synapse's admin_cmd worker. Broke in 1.33.0.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
synapse/app/admin_cmd.py
+
0
−
2
View file @
a15a046c
...
...
@@ -36,7 +36,6 @@ from synapse.replication.slave.storage.devices import SlavedDeviceStore
from
synapse.replication.slave.storage.events
import
SlavedEventStore
from
synapse.replication.slave.storage.filtering
import
SlavedFilteringStore
from
synapse.replication.slave.storage.groups
import
SlavedGroupServerStore
from
synapse.replication.slave.storage.presence
import
SlavedPresenceStore
from
synapse.replication.slave.storage.push_rule
import
SlavedPushRuleStore
from
synapse.replication.slave.storage.receipts
import
SlavedReceiptsStore
from
synapse.replication.slave.storage.registration
import
SlavedRegistrationStore
...
...
@@ -54,7 +53,6 @@ class AdminCmdSlavedStore(
SlavedApplicationServiceStore
,
SlavedRegistrationStore
,
SlavedFilteringStore
,
SlavedPresenceStore
,
SlavedGroupServerStore
,
SlavedDeviceInboxStore
,
SlavedDeviceStore
,
...
...
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