removed unused module

pull/77/head
Chris Veilleux 2019-03-08 16:57:56 -06:00 committed by Matheus Lima
parent 0d667e4d84
commit 397a7a4c77
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
from dataclasses import dataclass
@dataclass
class AccountPreferences(object):
id: str
date_format: str
time_format: str
measurement_system: str