Skip to content

Commit

Permalink
Small changes, reordering imports
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket committed Nov 12, 2022
1 parent 9f66b3c commit 230bfef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion twtxt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

import logging
import os
import shutil
import sys
import textwrap
import shutil
from itertools import chain

import click
Expand Down
2 changes: 0 additions & 2 deletions twtxt/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
import subprocess
import sys
import textwrap
from functools import wraps

import asyncio
import click
import pkg_resources

Expand Down

0 comments on commit 230bfef

Please sign in to comment.