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

Additional type hints for config module. #11465

Merged
merged 10 commits into from
Dec 1, 2021
Prev Previous commit
Lint
  • Loading branch information
clokep committed Nov 30, 2021
commit 8e129c85514b96ba767a116387fcbc4201a95f86
3 changes: 1 addition & 2 deletions synapse/config/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from typing import Optional

import argparse
from typing import Optional

from synapse.api.constants import RoomCreationPreset
from synapse.config._base import Config, ConfigError
Expand Down