Skip to content

Add "pass" in python/python3 language by default #860

@ArminZheng

Description

@ArminZheng

🚀 Feature Proposal

add pass for template

class Solution:
    def findAnagrams(self, s: str, p: str) -> List[int]:
        pass
# @lc code=end

Motivation

Avoid VScode propose Problem "Expected indented block"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions