Skip to content

Commit

Permalink
fix dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Nov 30, 2020
1 parent 2df8b34 commit d7c28f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/migrations/shared/security_converge.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

@dataclass(frozen=True)
class Pvm:
permission: str
view: str
permission: str


PvmMigrationMapType = Dict[Pvm, Tuple[Pvm, ...]]
Expand Down

0 comments on commit d7c28f6

Please sign in to comment.