diff options
author | Mats Wichmann <mats@linux.com> | 2021-06-13 14:34:49 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-06-13 14:34:49 (GMT) |
commit | c1f2572ddb18d9b5512be1d2ccc807afc5ff6efb (patch) | |
tree | 5ce2e349f6ef1cf0bda7e8e67f4fc3c2f75546a5 /.travis.yml | |
parent | 60bf2b6c27007a923bd3219d879b2fdba2570963 (diff) | |
download | SCons-c1f2572ddb18d9b5512be1d2ccc807afc5ff6efb.zip SCons-c1f2572ddb18d9b5512be1d2ccc807afc5ff6efb.tar.gz SCons-c1f2572ddb18d9b5512be1d2ccc807afc5ff6efb.tar.bz2 |
Fix an incorrect return-type annotation
An earlier change added "-> str" to get_max_drift_csig's function
sig. However, it can also return None, so the proper annotation
is "-> Optional[str]".
Also sorted the file inclusions.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions