Sort imports in example scripts

This commit is contained in:
Jensun Ravichandran
2021-05-31 00:52:16 +02:00
parent 7b7bc3693d
commit e9d2075fed
11 changed files with 43 additions and 50 deletions

View File

@@ -2,10 +2,11 @@
import argparse
import prototorch as pt
import pytorch_lightning as pl
import torch
import prototorch as pt
if __name__ == "__main__":
# Command-line arguments
parser = argparse.ArgumentParser()