Skip to content

Commit

Permalink
Merge pull request #42 from thisiscoding1234/deepsource-transform-a95…
Browse files Browse the repository at this point in the history
…0bb80

style: format code with Autopep8, Black, isort, Ruff Formatter and Yapf
  • Loading branch information
thisiscoding1234 authored Mar 7, 2024
2 parents c5ae1f3 + 99ab429 commit 2d84ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import argparse
import time as t

import housmans as h_man
import inputs as inp
import iteman as i_man
Expand Down
3 changes: 2 additions & 1 deletion src/pusman.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import random as r


def test():
return r.randint(-6, 6)
return r.randint(-6, 6)

0 comments on commit 2d84ae6

Please sign in to comment.