Skip to content

Commit

Permalink
Removed unsupported typing checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhuang committed Jan 4, 2024
1 parent ad3e877 commit a28af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/singbox_converter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def list_local_templates():

class SingBoxConverter:
def __init__(
self, providers_config: dict | str, template: dict | str,
self, providers_config, template,
is_console_mode=False, fetch_sub_ua=DEFAULT_UA,
fetch_sub_fallback_ua=DEFAULT_FALLBACK_UA,
auto_fix_empty_outbound=True,
Expand Down

0 comments on commit a28af14

Please sign in to comment.