Python

Python

Made by DeepSource

Missing whitespace around bitwise or shift operator FLK-E227

Style
Minor

There should be one space before and after bitwise and shift operators (<<, >>, &, |, ^).