parazeeknova / nyxtext

Missing whitespace after ,, ;, or : FLK-E231
Style
Minor
2 months ago6 months old
missing whitespace after ','
1import os,sys2
3def resource(relative_path):
4    base_path = getattr(
missing whitespace after ','
  1import os,sys  2import webbrowser
  3
  4import customtkinter as ctk