Skip to content

Commit

Permalink
style: fix add newline between package_version and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ambersariya committed Oct 15, 2021
1 parent ce8b194 commit 30cc049
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from src.check_ip import CheckIp
import pkg_resources
package_version = pkg_resources.get_distribution('checkip').version

package_version = pkg_resources.get_distribution("checkip").version


@click.command()
Expand Down

0 comments on commit 30cc049

Please sign in to comment.