Changeset ee75bcd in trunk


Ignore:
Timestamp:
2023-03-24T19:20:48Z (2 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
51c7ca8d
Parents:
06dc32a
Message:

Fix lint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/common.py

    r06dc32a ree75bcd  
    118118
    119119
    120 def parse_replace_arg(replace):  # type: (bytes) -> Union[bool,_OnlyFiles]
     120def parse_replace_arg(replace: bytes) -> Union[bool,_OnlyFiles]:
    121121    assert isinstance(replace, bytes)
    122122    if replace.lower() == b"only-files":
Note: See TracChangeset for help on using the changeset viewer.