Skip to content

Commit 2fc787c

Browse files
authored
Update2 attrgetter_selecting.py
1 parent 37de2f3 commit 2fc787c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

working-with-the-python-operator-module/attrgetter_selecting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import operator
22
from dataclasses import dataclass
33

4+
45
@dataclass
56
class Musician:
67
id: int

0 commit comments

Comments
 (0)