Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 5d00800

Browse files
committed
fix typo
1 parent 272f3e6 commit 5d00800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/schema/imp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import Tuple
1717

1818

19-
@dataclasses.dataclass(frozen=True, , order=True)
19+
@dataclasses.dataclass(frozen=True, order=True)
2020
class Import:
2121
package: Tuple[str, ...]
2222
module: str

0 commit comments

Comments
 (0)