Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
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
TeDomum
Matrix
Commits
aac6d1fc
Commit
aac6d1fc
authored
8 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
PEP8
parent
61f471f7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
synapse/app/synchrotron.py
+0
-1
0 additions, 1 deletion
synapse/app/synchrotron.py
synapse/replication/slave/storage/events.py
+0
-2
0 additions, 2 deletions
synapse/replication/slave/storage/events.py
with
0 additions
and
3 deletions
synapse/app/synchrotron.py
+
0
−
1
View file @
aac6d1fc
...
...
@@ -20,7 +20,6 @@ from synapse.api.constants import EventTypes, PresenceState
from
synapse.config._base
import
ConfigError
from
synapse.config.homeserver
import
HomeServerConfig
from
synapse.config.logger
import
setup_logging
from
synapse.events
import
FrozenEvent
from
synapse.handlers.presence
import
PresenceHandler
from
synapse.http.site
import
SynapseSite
from
synapse.http.server
import
JsonResource
...
...
This diff is collapsed.
Click to expand it.
synapse/replication/slave/storage/events.py
+
0
−
2
View file @
aac6d1fc
...
...
@@ -16,7 +16,6 @@ from ._base import BaseSlavedStore
from
._slaved_id_tracker
import
SlavedIdTracker
from
synapse.api.constants
import
EventTypes
from
synapse.events
import
FrozenEvent
from
synapse.storage
import
DataStore
from
synapse.storage.roommember
import
RoomMemberStore
from
synapse.storage.event_federation
import
EventFederationStore
...
...
@@ -25,7 +24,6 @@ from synapse.storage.state import StateStore
from
synapse.storage.stream
import
StreamStore
from
synapse.util.caches.stream_change_cache
import
StreamChangeCache
import
ujson
as
json
import
logging
...
...
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