Skip to content

Commit

Permalink
fixes lod_storable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jan 28, 2024
1 parent 3f98f76 commit 46c9ae3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions wikibot3rd/sso.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@

import mysql.connector
from mysql.connector import pooling
from dataclasses_json import dataclass_json
from dataclasses import dataclass
from lodstorage.yamlable import yamlable

@yamlable
@dataclass_json
@dataclass
from lodstorage.yamlable import lod_storable

@lod_storable
class User:
"""
Mediawiki user details
Expand Down

0 comments on commit 46c9ae3

Please sign in to comment.