Commit 4187a69
fix: actually define project repr_attr
While `_repr_attr=` is given to specify the attribute to use to repr the
object, that object attribute itself is not actually defined, so tools
like PyRight/MyPy complain that:
```
Type of "path_with_namespace" is unknown
```1 parent 1001d93 commit 4187a69
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
0 commit comments