Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix scripts/generate_signing_key.py import statement (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Dec 3, 2019
1 parent b697327 commit 32b7e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/15.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the ordering on `scripts/generate_signing_key.py`'s import statement.
2 changes: 1 addition & 1 deletion scripts/generate_signing_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import argparse
import sys

from signedjson.key import write_signing_keys, generate_signing_key
from signedjson.key import generate_signing_key, write_signing_keys

from synapse.util.stringutils import random_string

Expand Down

0 comments on commit 32b7e20

Please sign in to comment.