TheDataStation / datastation-escrow

Apache License 2.0
1 stars 0 forks source link

A small PR for cleaning up the codebase #32

Closed Dumplingz closed 1 year ago

Dumplingz commented 1 year ago

Mainly updates comments in ds.py and deletes redundant imports. Also, registers EPF within ds.py rather than gatekeeper.py, which makes more sense since ds.py now calls EPF functions, as well as the gatekeeper. It also removes the @staticmethod decorators in ds.py because they don't really make sense anymore.