Skip to content
GitLab
Explore
Sign in
ByteStreamCnvSvc: Fix flake8 py3 warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/athena:py3.ByteStreamCnvSvc-20191202
into
master
Dec 02, 2019
Overview
8
Commits
2
Pipelines
2
Changes
3
Expand
file -> open; use binary mode for pickles.
trailing semicolons.
unneeded imports
not ... in ... -> ... not in ...
exception raising syntax
has_key -> in
Merge request reports