diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-16 14:27:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:19 +0200 |
commit | 4c7e60bc17ee5830399bac4aa273356903421b4c (patch) | |
tree | 9e67397cf49b229b5bc0f9747f1a7e387bba558a /shared/extra-utils/moderation/abuses-command.ts | |
parent | c0e8b12e7fd554ba4d2ceb0c4900804c6a4c63ea (diff) | |
download | PeerTube-4c7e60bc17ee5830399bac4aa273356903421b4c.tar.gz PeerTube-4c7e60bc17ee5830399bac4aa273356903421b4c.tar.zst PeerTube-4c7e60bc17ee5830399bac4aa273356903421b4c.zip |
Reorganize imports
Diffstat (limited to 'shared/extra-utils/moderation/abuses-command.ts')
-rw-r--r-- | shared/extra-utils/moderation/abuses-command.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/extra-utils/moderation/abuses-command.ts b/shared/extra-utils/moderation/abuses-command.ts index 72f2c9951..7b3abb056 100644 --- a/shared/extra-utils/moderation/abuses-command.ts +++ b/shared/extra-utils/moderation/abuses-command.ts | |||
@@ -7,12 +7,12 @@ import { | |||
7 | AbuseUpdate, | 7 | AbuseUpdate, |
8 | AbuseVideoIs, | 8 | AbuseVideoIs, |
9 | AdminAbuse, | 9 | AdminAbuse, |
10 | HttpStatusCode, | ||
10 | ResultList, | 11 | ResultList, |
11 | UserAbuse | 12 | UserAbuse |
12 | } from '@shared/models' | 13 | } from '@shared/models' |
13 | import { HttpStatusCode } from '@shared/models' | ||
14 | import { AbstractCommand, OverrideCommandOptions } from '../shared' | ||
15 | import { unwrapBody } from '../requests/requests' | 14 | import { unwrapBody } from '../requests/requests' |
15 | import { AbstractCommand, OverrideCommandOptions } from '../shared' | ||
16 | 16 | ||
17 | export class AbusesCommand extends AbstractCommand { | 17 | export class AbusesCommand extends AbstractCommand { |
18 | 18 | ||