Skip to content

Commit 86800ac

Browse files
committed
Apply isort
1 parent 0317b69 commit 86800ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pythowo.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# IMPOWORTS
55
#######################################
66

7-
from stwings_with_awwows import *
8-
9-
import string
10-
import os
117
import math
8+
import os
9+
import string
1210
import sys
1311

12+
from stwings_with_awwows import *
13+
1414
#######################################
1515
# CONSTAWANTS
1616
#######################################

test/test_stwing.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import unittest
2+
23
import pythowo
34

45

0 commit comments

Comments
 (0)