Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2024
1 parent ba33789 commit 5c7821e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thunder/core/baseutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def sequencify(x: Any) -> Sequence:
def get_module(name: str) -> Any:
return sys.modules[name]


def is_likely_from_collections_namedtuple(tuple_type):
from collections import namedtuple

Expand Down

0 comments on commit 5c7821e

Please sign in to comment.