Skip to content

Commit e3a2393

Browse files
committed
Fix import order
1 parent 01fb9e3 commit e3a2393

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source-code/command-line-arguments/Fire/calculator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
2-
import fire
2+
33
import calculations
4+
import fire
45

56

67
if __name__ == '__main__':

0 commit comments

Comments
 (0)