Skip to content

Commit

Permalink
update f8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Feb 14, 2023
1 parent b1f92e2 commit 6601cd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions eNMS/models/administration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from os import makedirs
from os.path import exists, getmtime
from passlib.hash import argon2
from pathlib import Path
from shutil import move, rmtree
from shutil import move
from sqlalchemy import Boolean, ForeignKey, Integer
from sqlalchemy.orm import relationship
from time import ctime
Expand Down
1 change: 0 additions & 1 deletion eNMS/models/inventory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from re import search, sub
from sqlalchemy import and_, Boolean, event, ForeignKey, Integer, or_
from sqlalchemy.sql.expression import literal
from sqlalchemy.ext.associationproxy import association_proxy
from sqlalchemy.orm import backref, deferred, relationship
from sqlalchemy.schema import UniqueConstraint
Expand Down

0 comments on commit 6601cd4

Please sign in to comment.