teamcity/flake8_plugin.py (6 lines of code) (raw):

try: from flake8.formatting import base # noqa except ImportError: from teamcity.flake8_v2_plugin import * # noqa else: from teamcity.flake8_v3_plugin import * # noqa