Skip to content

Commit

Permalink
fixing linting and type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Mar 27, 2024
1 parent 451cca8 commit 764891d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: disable=too-many-arguments
# pylint: disable-msg=too-many-locals
from enum import Enum
from textwrap import dedent
from typing import List, Optional, Dict
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: disable=too-many-arguments
# pylint: disable-msg=too-many-locals
from typing import Optional, Any
import os
import re
Expand Down

0 comments on commit 764891d

Please sign in to comment.