Skip to content

Commit

Permalink
chore: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
willgarrett64 committed Jul 14, 2022
1 parent d6b80e1 commit 7332c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network-bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import { API } from './api'
import Discord from 'discord.js'
import { GlobalConfig } from '../config'
import { Metrics, MetricsRegistry } from './metrics'
import superagent from 'superagent'
import { Log, LogLevelFromString, StdioAdaptor } from'@edge/log'
import { Metrics, MetricsRegistry } from './metrics'

export class NetworkBot {
private api: API
Expand Down

0 comments on commit 7332c77

Please sign in to comment.