Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Mar 26, 2024
1 parent e809e54 commit 8e302e6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import * as Utils from '@datocms/rest-client-utils';

import BaseResource from '../../BaseResource';

import * as SchemaTypes from '../SchemaTypes';
import * as SimpleSchemaTypes from '../SimpleSchemaTypes';
import BaseResource from '../../BaseResource';

export default class DailyUsage extends BaseResource {
static readonly TYPE = 'daily_usage' as const;
Expand Down

0 comments on commit 8e302e6

Please sign in to comment.