Skip to content

Commit

Permalink
Unpin cljstyle
Browse files Browse the repository at this point in the history
Issue fixed upstream
  • Loading branch information
jayvdb committed Jan 10, 2024
1 parent 6c89dd1 commit d8c9590
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion pysmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def settings(args, env=os.environ):
"jgo",
"--repository",
"clojars.org=https://repo.clojars.org",
"mvxcvi:cljstyle:0.15.1",
"mvxcvi:cljstyle:RELEASE:clojure.main",
"-m",
"cljstyle.main",
"fix",
],
None,
Expand Down
1 change: 0 additions & 1 deletion tests/dir_cases/test1-smt-expected/bar.smt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

(define-fun bar1 () Int
return 0)

1 change: 0 additions & 1 deletion tests/dir_cases/test1-smt-expected/baz.smt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

(define-fun baz1 () string
return "foo")

1 change: 0 additions & 1 deletion tests/dir_cases/test1-smt-expected/foo.smt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ from baz import baz1
(let (y (baz1)))
(assert (= x 0))
(assert (= y "foo")))

0 comments on commit d8c9590

Please sign in to comment.