Skip to content

Commit

Permalink
Appease lints
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill committed Jul 8, 2020
1 parent 8fe67fc commit d225bb0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions securedrop/source_app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@

import typing

if typing.TYPE_CHECKING:
from typing import Optional # noqa: F401


import i18n
import re

from crypto_util import CryptoUtil, CryptoException
from models import Source
from sdconfig import SDConfig

if typing.TYPE_CHECKING:
from typing import Optional # noqa: F401


def logged_in() -> bool:
return 'logged_in' in session
Expand Down

0 comments on commit d225bb0

Please sign in to comment.