mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
typos
This commit is contained in:
@@ -9,7 +9,7 @@ from uuid import UUID
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
class Registry(object):
|
||||
class Registry:
|
||||
_formats = OrderedDict()
|
||||
|
||||
def register(self, key, format_or_path):
|
||||
@@ -47,7 +47,7 @@ Tablib - JSON Support
|
||||
"""
|
||||
|
||||
|
||||
class JSONFormat(object):
|
||||
class JSONFormat:
|
||||
title = 'json'
|
||||
extensions = ('json',)
|
||||
|
||||
@@ -61,7 +61,7 @@ class JSONFormat(object):
|
||||
"""
|
||||
|
||||
|
||||
class CSVFormat(object):
|
||||
class CSVFormat:
|
||||
title = 'csv'
|
||||
extensions = ('csv',)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user