Skip to content

Commit 9929f47

Browse files
committed
chore: Clean up (remove unused private variable)
1 parent d1b6c00 commit 9929f47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/_griffe/loader.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
import sys
65
from contextlib import suppress
76
from datetime import datetime, timezone
87
from pathlib import Path
@@ -33,8 +32,6 @@
3332

3433
from _griffe.enumerations import Parser
3534

36-
_builtin_modules: set[str] = set(sys.builtin_module_names)
37-
3835

3936
class GriffeLoader:
4037
"""The Griffe loader, allowing to load data from modules."""

0 commit comments

Comments
 (0)