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
7eef84a9
Commit
7eef84a9
authored
10 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
pyflakes
parent
76935078
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/events/__init__.py
+1
-1
1 addition, 1 deletion
synapse/events/__init__.py
synapse/storage/__init__.py
+0
-1
0 additions, 1 deletion
synapse/storage/__init__.py
with
1 addition
and
2 deletions
synapse/events/__init__.py
+
1
−
1
View file @
7eef84a9
...
...
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from
synapse.util.frozenutils
import
freeze
,
unfreeze
from
synapse.util.frozenutils
import
freeze
class
_EventInternalMetadata
(
object
):
...
...
This diff is collapsed.
Click to expand it.
synapse/storage/__init__.py
+
0
−
1
View file @
7eef84a9
...
...
@@ -44,7 +44,6 @@ from syutil.jsonutil import encode_canonical_json
from
synapse.crypto.event_signing
import
compute_event_reference_hash
import
simplejson
as
json
import
logging
import
os
...
...
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