mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-16 05:51:15 +01:00
sort imports with ruff
This commit is contained in:
parent
54f99b4998
commit
471aa92765
4 changed files with 5 additions and 7 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
import sys
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
import unittest
|
||||
from typing import Optional
|
||||
|
||||
from procs import run
|
||||
from direnv_project import DirenvProject
|
||||
from procs import run
|
||||
|
||||
|
||||
def direnv_exec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue