refactor: pass the file argument to ptk_print (#4416)

This commit is contained in:
Noorhteen Raja NJ 2021-08-13 13:27:21 +05:30 committed by GitHub
parent ca9338149c
commit 3457e2772d
Failed to generate hash of commit

View file

@ -530,7 +530,11 @@ class PromptToolkitShell(BaseShell):
]
)
ptk_print(
tokens, style=proxy_style, end=end, include_default_pygments_style=False
tokens,
style=proxy_style,
end=end,
include_default_pygments_style=False,
**kwargs,
)
def color_style_names(self):