Skip to content

Commit 38abea4

Browse files
committed
Fix lint problems
1 parent ebca858 commit 38abea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/griffelib/src/griffe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
"vtree",
594594
]
595595

596-
try: # noqa: SIM105
596+
try:
597597
from griffecli import DEFAULT_LOG_LEVEL, check, dump, get_parser, main # noqa: F401
598598
except ImportError:
599599
_CLI_MISSING_FEATURES = {

0 commit comments

Comments
 (0)